mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Change boost panel thing numbers per MS's request.
This commit is contained in:
parent
8e9ada1093
commit
f2bbf53c0d
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…
Reference in a new issue