giant chains now go above mobs (#71259)

## About The Pull Request
giant chains used to go under mobs
they no longer do that

## Why It's Good For The Game
tall vertical objects look garbage when going under mobs

## Changelog
🆑
qol: giant chains now go above mobs
/🆑
This commit is contained in:
Fikou
2022-11-15 19:04:03 +01:00
committed by GitHub
parent ac8dc42060
commit a33b4a3e5d
+2 -1
View File
@@ -192,10 +192,11 @@
desc = "A towering link of chains leading up to the ceiling."
icon = 'icons/effects/32x96.dmi'
icon_state = "chain"
layer = ABOVE_OBJ_LAYER
anchored = TRUE
density = TRUE
deconstructible = FALSE
layer = ABOVE_ALL_MOB_LAYER
plane = ABOVE_GAME_PLANE
/obj/structure/fluff/beach_towel
name = "beach towel"