forked from github/server
monsters may attack on ocean
This commit is contained in:
parent
a366cd4b17
commit
a144686e66
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue