Change boost panel thing numbers per MS's request.

This commit is contained in:
toaster 2019-10-19 14:32:15 +01:00
parent 8e9ada1093
commit f2bbf53c0d
2 changed files with 4 additions and 4 deletions

View file

@ -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";

View file

@ -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