mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Reset stacked sneaker counter when hitting UFO
This commit is contained in:
parent
073b787a82
commit
9652b5a860
1 changed files with 1 additions and 0 deletions
|
|
@ -730,6 +730,7 @@ void Obj_PlayerUFOCollide(mobj_t *ufo, mobj_t *other)
|
||||||
Obj_SpecialUFODamage(ufo, other, other, DMG_STEAL);
|
Obj_SpecialUFODamage(ufo, other, other, DMG_STEAL);
|
||||||
K_KartBouncing(other, ufo);
|
K_KartBouncing(other, ufo);
|
||||||
other->player->sneakertimer = 0;
|
other->player->sneakertimer = 0;
|
||||||
|
other->player->numsneakers = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue