Merge pull request #11725 from Ccomp5950/stumpy

Stumpy hands and arms can no longer pull stuff out of bags and such.
This commit is contained in:
GinjaNinja32
2015-12-22 03:00:21 +00:00

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