diff options
| author | Kelly Martin | 2012-04-07 20:26:56 -0500 |
|---|---|---|
| committer | Kelly Martin | 2012-04-07 20:26:56 -0500 |
| commit | dac84080c074811e6dc398415bd374f663067169 (patch) | |
| tree | 298c6edaed96e398025b048cbda0b39e330a3f12 /plugins/zone.cpp | |
| parent | c89416a3f87056c5be9902655fd42e80e0330d7d (diff) | |
| download | dfhack-dac84080c074811e6dc398415bd374f663067169.tar.gz dfhack-dac84080c074811e6dc398415bd374f663067169.tar.bz2 dfhack-dac84080c074811e6dc398415bd374f663067169.tar.xz | |
Exclude grazing units from autonestbox to avoid starving da poor boids
Diffstat (limited to 'plugins/zone.cpp')
| -rw-r--r-- | plugins/zone.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/zone.cpp b/plugins/zone.cpp index 61ed2007..c66ec6b5 100644 --- a/plugins/zone.cpp +++ b/plugins/zone.cpp @@ -963,6 +963,7 @@ bool isFreeEgglayer(df::unit * unit) && isOwnCiv(unit) && isEggLayer(unit) && !isAssigned(unit) + && !isGrazer(unit) // exclude grazing birds because they're messy ) return true; else |
