mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 03:19:58 +01:00
Fix Shutters Bug (#21947)
Fixes the shutters bug by reverting back to the original version of turf_hand_component
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user