mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Add meleestate to MT_WALLSPIKE.
This commit is contained in:
parent
b7b32167f7
commit
af3089cda5
1 changed files with 2 additions and 2 deletions
|
|
@ -7492,7 +7492,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
S_NULL, // painstate
|
S_NULL, // painstate
|
||||||
0, // painchance
|
0, // painchance
|
||||||
sfx_s3k64, // painsound
|
sfx_s3k64, // painsound
|
||||||
S_NULL, // meleestate
|
S_WALLSPIKE4, // meleestate
|
||||||
S_NULL, // missilestate
|
S_NULL, // missilestate
|
||||||
S_WALLSPIKED1, // deathstate
|
S_WALLSPIKED1, // deathstate
|
||||||
S_WALLSPIKED2, // xdeathstate
|
S_WALLSPIKED2, // xdeathstate
|
||||||
|
|
@ -19642,7 +19642,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
0, // display offset
|
0, // display offset
|
||||||
100, // mass
|
100, // mass
|
||||||
0, // damage
|
0, // damage
|
||||||
sfx_None, // activesound
|
sfx_wbreak, // activesound
|
||||||
MF_NOBLOCKMAP|MF_NOCLIPTHING|MF_RUNSPAWNFUNC|MF_NOCLIPHEIGHT|MF_SCENERY, // flags
|
MF_NOBLOCKMAP|MF_NOCLIPTHING|MF_RUNSPAWNFUNC|MF_NOCLIPHEIGHT|MF_SCENERY, // flags
|
||||||
S_NULL // raisestate
|
S_NULL // raisestate
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue