#W# Added FarmController to spawn farms. Auto harvest crops on walking over.

This commit is contained in:
WarrentyExpired 2026-08-18 18:53:37 -04:00
parent 4a466009a0
commit eb7d215ba3
4 changed files with 132 additions and 3 deletions

View file

@ -20,5 +20,7 @@ namespace Server
public static bool S_CanStealWhileHoldingThings = true;
public static bool S_MonstersSurprise = true;
public static bool S_DungeonTraps = true;
public static double S_FarmSpawnTimer = 15.0;
public static int S_HarvestRange = 2;
}
}