You can now open/close doors and interact with elevator buttons/panels by clicking the tile they are on. (#14017)

This commit is contained in:
Matt Atlas
2022-05-23 12:42:50 +02:00
committed by GitHub
parent a65d5c5277
commit c93da67900
9 changed files with 108 additions and 15 deletions
+1
View File
@@ -16,6 +16,7 @@
/obj/structure/curtain/Initialize()
. = ..()
material = SSmaterials.get_material_by_name(curtain_material)
AddComponent(/datum/component/turf_hand)
/obj/structure/curtain/open
icon_state = "open"