mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
UFO Catcher: damage with Tripwire Boost state
This commit is contained in:
parent
d1c537723e
commit
80756e7f97
1 changed files with 1 additions and 1 deletions
|
|
@ -996,7 +996,7 @@ void Obj_PlayerUFOCollide(mobj_t *ufo, mobj_t *other)
|
||||||
return; // We were just hit!
|
return; // We were just hit!
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((other->player->sneakertimer > 0)
|
if (other->player->tripwirePass >= TRIPWIRE_BOOST
|
||||||
&& !P_PlayerInPain(other->player)
|
&& !P_PlayerInPain(other->player)
|
||||||
&& (other->player->flashing == 0))
|
&& (other->player->flashing == 0))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue