Bug 1596: Schwer verwundete fliehen auch nach der Taktik-Runde.

https://bugs.eressea.de/view.php?id=1596
remove an unnecessary (and wrong) check.
This commit is contained in:
Enno Rehling 2015-07-04 17:54:00 +02:00
parent 59745c7ed0
commit 1e9e3a3b6a
1 changed files with 0 additions and 2 deletions

View File

@ -4206,8 +4206,6 @@ static void battle_flee(battle * b)
default: default:
if ((fig->person[dt.index].flags & FL_HIT) == 0) if ((fig->person[dt.index].flags & FL_HIT) == 0)
continue; continue;
if (b->turn <= 1)
continue;
if (fig->person[dt.index].hp <= runhp) if (fig->person[dt.index].hp <= runhp)
break; break;
if (fig->person[dt.index].flags & FL_PANICED) { if (fig->person[dt.index].flags & FL_PANICED) {