Fixed removed items being put inside borgs

This commit is contained in:
Loganbacca
2015-01-26 18:24:12 +13:00
parent 47157a20be
commit 37ceccf5a4

View File

@@ -234,3 +234,7 @@
sight_mode |= module_state_3:sight_mode
else
src << "<span class='notice'>You need to disable a module first!</span>"
/mob/living/silicon/robot/put_in_hands(var/obj/item/W) // No hands.
W.loc = get_turf(src)
return 1