mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user