Fix Shutters Bug (#21947)

Fixes the shutters bug by reverting back to the original version of
turf_hand_component
This commit is contained in:
VMSolidus
2026-03-01 06:41:39 +00:00
committed by GitHub
parent 31c66983d6
commit 0a28af6235
6 changed files with 25 additions and 36 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
/obj/structure/curtain/Initialize()
. = ..()
material = SSmaterials.get_material_by_name(curtain_material)
AddComponent(TURF_HAND_COMPONENT)
AddComponent(/datum/component/turf_hand)
/obj/structure/curtain/open
icon_state = "open"