"Fliehende Meermenschenkapitäne ertrinken"
This commit is contained in:
Enno Rehling 2008-07-24 16:51:11 +00:00
parent a215f35f9f
commit 8a2fe52291
1 changed files with 3 additions and 1 deletions

View File

@ -2434,7 +2434,9 @@ aftermath(battle * b)
setguard(du, GUARD_NONE);
/* must leave ships or buildings, or a stealthy hobbit
* can hold castles indefinitely */
leave(du->region, du);
if (!fval(r->terrain, SEA_REGION)) {
leave(du->region, du);
}
#ifndef SIMPLE_ESCAPE
if (df->run.region) {
run_to(du, df->run.region);