forked from github/server
"Kapitan verlässt nach Kampf sein Schiff" - added a comment for clarity Issue: 1454
This commit is contained in:
parent
fb8ec1a69f
commit
9a75def788
1 changed files with 3 additions and 3 deletions
|
@ -2432,10 +2432,10 @@ aftermath(battle * b)
|
|||
scale_number(du, df->run.number);
|
||||
du->hp = df->run.hp;
|
||||
setguard(du, GUARD_NONE);
|
||||
#ifdef SIMPLE_ESCAPE
|
||||
if (du->status<=ST_FLEE) leave(du->region, du);
|
||||
#else
|
||||
/* must leave ships or buildings, or a stealthy hobbit
|
||||
* can hold castles indefinitely */
|
||||
leave(du->region, du);
|
||||
#ifndef SIMPLE_ESCAPE
|
||||
if (df->run.region) {
|
||||
run_to(du, df->run.region);
|
||||
df->run.region = du->region;
|
||||
|
|
Loading…
Reference in a new issue