mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-25 09:22:33 +00:00
Merge branch 'fix-sneaker-ufo' into 'master'
Reset stacked sneaker counter when hitting UFO See merge request KartKrew/Kart!1043
This commit is contained in:
commit
3d786646bf
1 changed files with 1 additions and 0 deletions
|
|
@ -729,6 +729,7 @@ void Obj_PlayerUFOCollide(mobj_t *ufo, mobj_t *other)
|
|||
// Bump and deal damage.
|
||||
Obj_SpecialUFODamage(ufo, other, other, DMG_STEAL);
|
||||
other->player->sneakertimer = 0;
|
||||
other->player->numsneakers = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue