mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Change hydroponics tray and chem dispenser AltClick behavior to be used by RMB (#64939)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user