mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Sets the SM layer to be above normal mobs (#21106)
* If you're below the sm layer, you'll probably get dusted. * Update supermatter.dm
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
icon_state = "darkmatter"
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
layer = ABOVE_MOB_LAYER + 0.01
|
||||
appearance_flags = PIXEL_SCALE|LONG_GLIDE
|
||||
flags_2 = RAD_PROTECT_CONTENTS_2 | RAD_NO_CONTAMINATE_2 | IMMUNE_TO_SHUTTLECRUSH_2 | NO_MALF_EFFECT_2 | CRITICAL_ATOM_2
|
||||
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF | FREEZE_PROOF
|
||||
|
||||
Reference in New Issue
Block a user