forked from github/server
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:
commit
fab3f0a8c0
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue