mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +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:
@@ -60,7 +60,7 @@
|
||||
|
||||
/obj/structure/lift/button/Initialize(mapload, datum/turbolift/_lift)
|
||||
. = ..()
|
||||
AddComponent(TURF_HAND_COMPONENT)
|
||||
AddComponent(/datum/component/turf_hand)
|
||||
|
||||
/obj/structure/lift/button/Destroy()
|
||||
if(floor && floor.ext_panel == src)
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
/obj/structure/lift/panel/Initialize(mapload, datum/turbolift/_lift)
|
||||
. = ..()
|
||||
AddComponent(TURF_HAND_COMPONENT)
|
||||
AddComponent(/datum/component/turf_hand)
|
||||
|
||||
/obj/structure/lift/panel/attack_ghost(var/mob/user)
|
||||
return ui_interact(user)
|
||||
|
||||
Reference in New Issue
Block a user