Skip to content
Snippets Groups Projects
Commit 08703be9 authored by Sal's avatar Sal Committed by AJ Martinez
Browse files

Shrink cooldown: 20sec -> 60sec

parent f8ac2746
No related branches found
No related tags found
No related merge requests found
...@@ -455,7 +455,7 @@ void Obj_PohbeeThinker(mobj_t *pohbee) ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment