From 866ad5ef37d594c8b2b06a467c9510c4ca4688dc Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 29 May 2017 08:39:11 +0100 Subject: [PATCH] In an epic battle, all enemies must be eliminated. --- src/battle/entities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/battle/entities.c b/src/battle/entities.c index e413505..adfb082 100644 --- a/src/battle/entities.c +++ b/src/battle/entities.c @@ -230,7 +230,7 @@ void doEntities(void) } } - if (!(e->flags & EF_DISABLED)) + if (!(e->flags & EF_DISABLED) || battle.isEpic) { battle.hasThreats = 1; }