Change hydroponics tray and chem dispenser AltClick behavior to be used by RMB (#64939)

This commit is contained in:
Tim
2022-02-23 16:29:10 -08:00
committed by GitHub
parent 9fb27d7f83
commit ea176dad32
21 changed files with 100 additions and 32 deletions
+3
View File
@@ -111,6 +111,9 @@
if(a_right)
a_right.attack_hand()
/obj/item/assembly_holder/AltClick(mob/user)
return ..() // This hotkey is BLACKLISTED since it's used by /datum/component/simple_rotation
/obj/item/assembly_holder/screwdriver_act(mob/user, obj/item/tool)
if(..())
return TRUE
+3
View File
@@ -23,6 +23,9 @@
/obj/item/assembly/infra/proc/AfterRotation(mob/user, degrees)
refreshBeam()
/obj/item/assembly/infra/AltClick(mob/user)
return ..() // This hotkey is BLACKLISTED since it's used by /datum/component/simple_rotation
/obj/item/assembly/infra/Destroy()
STOP_PROCESSING(SSobj, src)
listeningTo = null