From 1d5b06291e7d8fcb472a18ff2309280bf1a72ee5 Mon Sep 17 00:00:00 2001 From: Firecage Date: Fri, 15 May 2015 22:33:18 +0200 Subject: [PATCH] Allows drones to use middleclick to swap their hands. --- code/_onclick/click.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index 66d22ff71b1..7decef2363d 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -182,6 +182,9 @@ else swap_hand() +/mob/living/simple_animal/drone/MiddleClickOn(var/atom/A) + swap_hand() + // In case of use break glass /* /atom/proc/MiddleClick(var/mob/M as mob)