#W# Added random dungeon traps. Added DungeonTrapRegion.
This commit is contained in:
parent
5c92efc0e0
commit
646d9d777d
7 changed files with 452 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue