mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Disable standalone hangable chains, since they're not a good mechanic.
This commit is contained in:
parent
26fed77671
commit
57a8af1557
1 changed files with 2 additions and 2 deletions
|
@ -11158,7 +11158,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
},
|
||||
|
||||
{ // MT_SMALLGRABCHAIN
|
||||
1132, // doomednum
|
||||
-1, // doomednum
|
||||
S_SMALLGRABCHAIN, // spawnstate
|
||||
1000, // spawnhealth
|
||||
S_NULL, // seestate
|
||||
|
@ -11185,7 +11185,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
},
|
||||
|
||||
{ // MT_BIGGRABCHAIN
|
||||
1133, // doomednum
|
||||
-1, // doomednum
|
||||
S_BIGGRABCHAIN, // spawnstate
|
||||
1000, // spawnhealth
|
||||
S_NULL, // seestate
|
||||
|
|
Loading…
Reference in a new issue