mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Change boost panel thing numbers per MS's request.
This commit is contained in:
parent
766db2603d
commit
d5c8607cb1
2 changed files with 4 additions and 4 deletions
|
|
@ -4265,7 +4265,7 @@ thingtypes
|
||||||
width = 16;
|
width = 16;
|
||||||
height = 32;
|
height = 32;
|
||||||
}
|
}
|
||||||
2045
|
544
|
||||||
{
|
{
|
||||||
arrow = 1;
|
arrow = 1;
|
||||||
title = "Yellow Boost Panel";
|
title = "Yellow Boost Panel";
|
||||||
|
|
@ -4274,7 +4274,7 @@ thingtypes
|
||||||
width = 28;
|
width = 28;
|
||||||
height = 2;
|
height = 2;
|
||||||
}
|
}
|
||||||
2046
|
545
|
||||||
{
|
{
|
||||||
arrow = 1;
|
arrow = 1;
|
||||||
title = "Red Boost Panel";
|
title = "Red Boost Panel";
|
||||||
|
|
|
||||||
|
|
@ -7712,7 +7712,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_YELLOWBOOSTER
|
{ // MT_YELLOWBOOSTER
|
||||||
2045, // doomednum -- Matched to Glaber's resource, otherwise custom-built.
|
544, // doomednum
|
||||||
S_INVISIBLE, // spawnstate
|
S_INVISIBLE, // spawnstate
|
||||||
1, // spawnhealth
|
1, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
|
@ -7739,7 +7739,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_REDBOOSTER
|
{ // MT_REDBOOSTER
|
||||||
2046, // doomednum -- Matched to Glaber's resource, otherwise custom-built.
|
545, // doomednum
|
||||||
S_INVISIBLE, // spawnstate
|
S_INVISIBLE, // spawnstate
|
||||||
1, // spawnhealth
|
1, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue