Make players die in deathpits in GTR_CHECKPOINTS

This commit is contained in:
toaster 2023-11-13 16:28:54 +00:00
parent 83cf97bdad
commit 4f5997fbe6

View file

@ -2557,7 +2557,7 @@ static boolean P_KillPlayer(player_t *player, mobj_t *inflictor, mobj_t *source,
player->roundconditions.checkthisframe = true;
}
if (gametyperules & GTR_BUMPERS)
if (gametyperules & (GTR_BUMPERS|GTR_CHECKPOINTS))
{
player->mo->health--;
}