#W# Added option in Settings.cs to disable floor traps.

This commit is contained in:
WarrentyExpired 2026-08-17 17:59:02 -04:00
parent 9c6251ef92
commit 5df9b41822
3 changed files with 13 additions and 10 deletions

View file

@ -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;
}
}