diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm index 3bb9e41f6ee..25e0731707b 100644 --- a/code/_onclick/hud/screen_objects.dm +++ b/code/_onclick/hud/screen_objects.dm @@ -232,6 +232,7 @@ S.orient2hud(user) S.show_to(user) else // If it's not in the storage, try putting it inside + I.pickup(user) //Do not actually put in hands, but rather make some funny effects out of it S.attackby(I, user) return TRUE @@ -567,6 +568,8 @@ (slot_id == slot_r_hand && !user.put_in_r_hand(I, ignore_anim = FALSE))) return FALSE + I.pickup(user) + /obj/screen/inventory/hand var/image/active_overlay