#W# FarmController work. Added new graphic for farmablecabbage.

This commit is contained in:
WarrentyExpired 2026-08-19 12:54:54 -04:00
parent 4344a81180
commit 3d61b04b72
5 changed files with 52 additions and 11 deletions

View file

@ -21,6 +21,6 @@ namespace Server
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;
public static int S_HarvestRange = 1;
}
}