Merge pull request #692 from jack-fractal/click_and_drag_medical_machinery

Click and drag medical machinery
This commit is contained in:
SoundScopes
2015-08-24 14:04:30 +01:00
7 changed files with 424 additions and 237 deletions
+2 -2
View File
@@ -349,8 +349,8 @@
if ((!( istype(O, /obj/item/weapon) ) || user.get_active_hand() != O))
return ..()
if(isrobot(user))
return
if(istype(user, /mob/living/silicon/robot/drone)) // drones don't get to table people
return ..()
user.drop_item()
if (O.loc != src.loc)
step(O, get_dir(O, src))