mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Reduce grow add from lasers
This commit is contained in:
parent
2b86a1ddfe
commit
c65e5af718
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ boolean Obj_ShrinkLaserCollide(mobj_t *gun, mobj_t *victim)
|
|||
}
|
||||
else
|
||||
{
|
||||
victim->player->growshrinktimer += 5*TICRATE;
|
||||
victim->player->growshrinktimer += 3*TICRATE;
|
||||
S_StartSound(victim, sfx_kc5a);
|
||||
|
||||
if (prevTimer <= 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue