Don't instantly kill the player during an epic mission.

This commit is contained in:
Steve 2016-01-28 17:03:13 +00:00
parent 8e0550b705
commit 58e91e83c0
1 changed files with 5 additions and 0 deletions

View File

@ -479,6 +479,11 @@ static void die(void)
break;
}
if (self == player && battle.epic)
{
n = 1;
}
switch (n)
{
case 0: