#W# Added FarmController to spawn farms. Auto harvest crops on walking over.
This commit is contained in:
parent
4a466009a0
commit
eb7d215ba3
4 changed files with 132 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue