mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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;
|
mobj_t *gun = NULL;
|
||||||
|
|
||||||
K_SetItemCooldown(KITEM_SHRINK, 20*TICRATE);
|
K_SetItemCooldown(KITEM_SHRINK, 60*TICRATE);
|
||||||
|
|
||||||
pohbee->momx = pohbee->momy = pohbee->momz = 0;
|
pohbee->momx = pohbee->momy = pohbee->momz = 0;
|
||||||
pohbee->spritexscale = pohbee->spriteyscale = 2*FRACUNIT;
|
pohbee->spritexscale = pohbee->spriteyscale = 2*FRACUNIT;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue