#W# Added option in Settings.cs to disable floor traps.
This commit is contained in:
parent
9c6251ef92
commit
5df9b41822
3 changed files with 13 additions and 10 deletions
|
|
@ -19,5 +19,6 @@ 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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue