mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Undo grabbable chains being placeable for now, since they're bugged.
This commit is contained in:
parent
124716b8dd
commit
2cc129c5c0
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