Shrink cooldown: 20sec -> 60sec

This commit is contained in:
Sally Coolatta 2024-05-15 19:01:48 -04:00 committed by AJ Martinez
parent f8ac2746dc
commit 08703be9d4

View file

@ -455,7 +455,7 @@ void Obj_PohbeeThinker(mobj_t *pohbee)
{
mobj_t *gun = NULL;
K_SetItemCooldown(KITEM_SHRINK, 20*TICRATE);
K_SetItemCooldown(KITEM_SHRINK, 60*TICRATE);
pohbee->momx = pohbee->momy = pohbee->momz = 0;
pohbee->spritexscale = pohbee->spriteyscale = 2*FRACUNIT;