Alternative Miner Suits (#7611)
* haha what the fuck this took like a solid 6 hours * allows new suits to spawn on legion corpses. * Update flags.dm * Fix conflict maybe * pls work * im a big gay
This commit is contained in:
@@ -111,7 +111,9 @@ GLOBAL_LIST_INIT(bitfields, list(
|
||||
"UNACIDABLE" = UNACIDABLE,
|
||||
"ACID_PROOF" = ACID_PROOF,
|
||||
"INDESTRUCTIBLE" = INDESTRUCTIBLE,
|
||||
"FREEZE_PROOF" = FREEZE_PROOF
|
||||
"FREEZE_PROOF" = FREEZE_PROOF,
|
||||
"GOLIATH_RESISTANCE" = GOLIATH_RESISTANCE,
|
||||
"GOLIATH_WEAKNESS" = GOLIATH_WEAKNESS
|
||||
),
|
||||
"reagents_holder_flags" = list(
|
||||
"REAGENT_NOREACT" = REAGENT_NOREACT
|
||||
|
||||
Reference in New Issue
Block a user