In an epic battle, all enemies must be eliminated.
This commit is contained in:
parent
e5565c0370
commit
866ad5ef37
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue