#W# Added random dungeon traps. Added DungeonTrapRegion.

This commit is contained in:
WarrentyExpired 2026-08-19 20:00:44 -04:00
parent 5c92efc0e0
commit 646d9d777d
7 changed files with 452 additions and 2 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 = true;
public static bool S_DungeonTraps = false;
public static double S_FarmSpawnTimer = 15.0;
public static int S_HarvestRange = 1;
}