Meermenschen transportieren beim anschwimmen Personen

- TRANSPORTIERE auf See geht ab sofort nicht mehr, das sollte das Problem lösen.
This commit is contained in:
Enno Rehling 2005-06-01 21:03:36 +00:00
parent e1a671a72d
commit f91aadc1be
1 changed files with 1 additions and 1 deletions

View File

@ -924,7 +924,7 @@ transport(unit * ut, unit * u)
{
order * ord;
if (LongHunger(u)) {
if (LongHunger(u) || ut->region==T_OCEAN) {
return false;
}