Merge pull request #9508 from Firecage/Dronehandswap

Allows drones to use middleclick to swap their hands.
This commit is contained in:
Cheridan
2015-05-18 08:15:12 -05:00
+3
View File
@@ -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)