Merge pull request #249 from badgerman/feature/bug-1596-flee-tactics-round

Bug 1596: Schwer verwundete fliehen auch nach der Taktik-Runde.
This commit is contained in:
Enno Rehling 2015-07-04 18:12:59 +02:00
commit fab3f0a8c0

View file

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