Stumpy hands and arms can no longer pull stuff out of bags and such.

Resolves #11404
This commit is contained in:
ccomp5950
2015-12-21 17:53:53 -05:00
parent 47f282ef02
commit fe62634775

View File

@@ -151,6 +151,9 @@
if(temp && !temp.is_usable())
user << "<span class='notice'>You try to move your [temp.name], but cannot!"
return
if(!temp)
user << "<span class='notice'>You try to use your hand, but realize it is no longer attached!"
return
src.pickup(user)
if (istype(src.loc, /obj/item/weapon/storage))
var/obj/item/weapon/storage/S = src.loc