mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Flame jets: do not receive hitlag
This commit is contained in:
parent
9783c6760d
commit
21e870726d
1 changed files with 1 additions and 1 deletions
|
|
@ -14624,7 +14624,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
DMG_NORMAL, // mass
|
||||
0, // damage
|
||||
sfx_None, // activesound
|
||||
MF_NOGRAVITY|MF_MISSILE|MF_PAIN|MF_NOSQUISH, // flags
|
||||
MF_NOGRAVITY|MF_MISSILE|MF_PAIN|MF_NOSQUISH|MF_NOHITLAGFORME, // flags
|
||||
S_NULL // raisestate
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue