Forgot to stage this.

This commit is contained in:
toaster 2019-11-01 16:33:46 +00:00
parent e3fe542f31
commit 7cd7f9fdb7
1 changed files with 1 additions and 1 deletions

View File

@ -1399,7 +1399,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
{
F_StartTextPrompt(199, 0, toucher, 0, true, false);
special->health = 0;
if (player->continues < 99)
if (ultimatemode && player->continues < 99)
player->continues++;
}
return;