This commit is contained in:
Zuhayr
2014-09-25 18:33:42 +09:30
parent 239c380364
commit 86ce5c19e2
2 changed files with 26 additions and 9 deletions
+2 -1
View File
@@ -346,8 +346,9 @@
return 1
/obj/structure/table/MouseDrop_T(obj/O as obj, mob/user as mob)
if ((!( istype(O, /obj/item/weapon) ) || user.get_active_hand() != O))
return
return ..()
if(isrobot(user))
return
user.drop_item()