#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:
parent
dc5e0577fd
commit
eea0f9defb
8 changed files with 246 additions and 80 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue