mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-16 03:32:33 +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;
|
||||
height = 32;
|
||||
}
|
||||
2045
|
||||
544
|
||||
{
|
||||
arrow = 1;
|
||||
title = "Yellow Boost Panel";
|
||||
|
|
@ -4274,7 +4274,7 @@ thingtypes
|
|||
width = 28;
|
||||
height = 2;
|
||||
}
|
||||
2046
|
||||
545
|
||||
{
|
||||
arrow = 1;
|
||||
title = "Red Boost Panel";
|
||||
|
|
|
|||
|
|
@ -7712,7 +7712,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
},
|
||||
|
||||
{ // MT_YELLOWBOOSTER
|
||||
2045, // doomednum -- Matched to Glaber's resource, otherwise custom-built.
|
||||
544, // doomednum
|
||||
S_INVISIBLE, // spawnstate
|
||||
1, // spawnhealth
|
||||
S_NULL, // seestate
|
||||
|
|
@ -7739,7 +7739,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
},
|
||||
|
||||
{ // MT_REDBOOSTER
|
||||
2046, // doomednum -- Matched to Glaber's resource, otherwise custom-built.
|
||||
545, // doomednum
|
||||
S_INVISIBLE, // spawnstate
|
||||
1, // spawnhealth
|
||||
S_NULL, // seestate
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue