mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-30 03:32:58 +00:00
Shrink cooldown: 20sec -> 60sec
This commit is contained in:
parent
f8ac2746dc
commit
08703be9d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue