forked from github/server
Merge branch 'Hafen_und_Helfe_bewache' into Hafen2
This commit is contained in:
commit
6f10ee828c
|
@ -696,6 +696,9 @@ int check_ship_allowed(struct ship *sh, const region * r)
|
|||
}
|
||||
|
||||
if (bt_harbour && buildingtype_exists(r, bt_harbour, true)) {
|
||||
unit* hafenmeister = NULL;
|
||||
hafenmeister = owner_buildingtyp(r, bt_harbour);
|
||||
if ((sh->_owner->faction == hafenmeister->faction) || (ucontact(sh->_owner, hafenmeister)) || (alliedunit(sh->_owner, hafenmeister->faction, HELP_GUARD)))
|
||||
return SA_HARBOUR;
|
||||
}
|
||||
if (fval(r->terrain, SEA_REGION)) {
|
||||
|
|
Loading…
Reference in New Issue