Not while flashing

This commit is contained in:
Sally Coolatta 2021-04-13 02:06:57 -04:00
parent 4f5d5500f2
commit 83349b2473

View file

@ -8545,7 +8545,7 @@ void P_PlayerThink(player_t *player)
}
}
}
else
else if (player->powers[pw_flashing] == 0)
{
player->grieftime++;
}