mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +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;
|
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…
Reference in a new issue