monsters may attack on ocean

This commit is contained in:
Steffen Mecke 2015-11-17 03:27:23 +01:00
parent a366cd4b17
commit a144686e66
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ void plan_monsters(faction * f)
setstatus(u, ST_FIGHT); setstatus(u, ST_FIGHT);
/* all monsters fight */ /* all monsters fight */
} }
if (attacking && is_guard(u, GUARD_TAX)) { if (attacking && (!r->land || is_guard(u, GUARD_TAX))) {
monster_attacks(u, true, false); monster_attacks(u, true, false);
} }