#W# Added House limit to Settings.cs. Statichouses can now be odd shapes the statichouse.cfg can take more that 1 set of xy coords.

This commit is contained in:
WarrentyExpired 2026-08-24 20:09:57 -04:00
parent dc5e0577fd
commit eea0f9defb
8 changed files with 246 additions and 80 deletions

View file

@ -22,5 +22,6 @@ namespace Server
public static bool S_DungeonFloorTraps = false;
public static double S_FarmSpawnTimer = 15.0;
public static int S_HarvestRange = 1;
public static int S_HousesPerAccount = 1;
}
}