#W# Rentable Inn rooms!

This commit is contained in:
WarrentyExpired 2026-08-20 14:08:13 -04:00
parent 3cd1cef779
commit 7104f56ebf
8 changed files with 579 additions and 7 deletions

View file

@ -19,7 +19,7 @@ namespace Server
public static int S_MaxGold = 1000; // maximum is 10,000
public static bool S_CanStealWhileHoldingThings = true;
public static bool S_MonstersSurprise = true;
public static bool S_DungeonTraps = false;
public static bool S_DungeonFloorTraps = false;
public static double S_FarmSpawnTimer = 15.0;
public static int S_HarvestRange = 1;
}