In an epic battle, all enemies must be eliminated.

This commit is contained in:
Steve 2017-05-29 08:39:11 +01:00
parent e5565c0370
commit 866ad5ef37
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ void doEntities(void)
} }
} }
if (!(e->flags & EF_DISABLED)) if (!(e->flags & EF_DISABLED) || battle.isEpic)
{ {
battle.hasThreats = 1; battle.hasThreats = 1;
} }