Prompt Teeka to exit immediately.

This commit is contained in:
Steve 2018-02-11 14:10:27 +00:00
parent 4f0a056a9a
commit 57c7ad3bd1
1 changed files with 1 additions and 4 deletions

View File

@ -105,9 +105,6 @@ static void touchWhiteKeycard(Entity *other)
{ {
updateObjective("White Keycard"); updateObjective("White Keycard");
if (self->alive == ALIVE_DEAD) teekaExitMission();
{
teekaExitMission();
}
} }
} }