mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +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.
|
// Bump and deal damage.
|
||||||
Obj_SpecialUFODamage(ufo, other, other, DMG_STEAL);
|
Obj_SpecialUFODamage(ufo, other, other, DMG_STEAL);
|
||||||
other->player->sneakertimer = 0;
|
other->player->sneakertimer = 0;
|
||||||
|
other->player->numsneakers = 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue