mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 15:32:45 +00:00
Rejig the thing type numbers
This commit is contained in:
parent
b78ef0f666
commit
696911e63e
1 changed files with 5 additions and 5 deletions
10
src/info.c
10
src/info.c
|
|
@ -12603,7 +12603,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_BIGFERN
|
{ // MT_BIGFERN
|
||||||
1307, // doomednum
|
1306, // doomednum
|
||||||
S_BIGFERN1, // spawnstate
|
S_BIGFERN1, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
|
@ -12630,7 +12630,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_JUNGLEPALM
|
{ // MT_JUNGLEPALM
|
||||||
1308, // doomednum
|
1307, // doomednum
|
||||||
S_JUNGLEPALM, // spawnstate
|
S_JUNGLEPALM, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
|
@ -12657,7 +12657,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_TORCHFLOWER
|
{ // MT_TORCHFLOWER
|
||||||
1309, // doomednum
|
1308, // doomednum
|
||||||
S_TORCHFLOWER, // spawnstate
|
S_TORCHFLOWER, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
|
@ -12684,7 +12684,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_WALLVINE_LONG
|
{ // MT_WALLVINE_LONG
|
||||||
1310, // doomednum
|
1309, // doomednum
|
||||||
S_WALLVINE_LONG, // spawnstate
|
S_WALLVINE_LONG, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
|
@ -12711,7 +12711,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_WALLVINE_SHORT
|
{ // MT_WALLVINE_SHORT
|
||||||
1311, // doomednum
|
1310, // doomednum
|
||||||
S_WALLVINE_SHORT, // spawnstate
|
S_WALLVINE_SHORT, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue