This commit is contained in:
Fluffy
2024-03-03 19:52:57 +00:00
committed by GitHub
parent 548bdbb3b7
commit cf056641d3
29 changed files with 119 additions and 39 deletions
+1 -1
View File
@@ -199,7 +199,7 @@
var/obj/item/paper/P = src[1]
if(istype(loc, /obj/item/gripper)) //Hacky but without it there's a ghost icon with grippers and it all spills on the floor.
var/obj/item/gripper/G = loc
G.drop(get_turf(src), FALSE)
G.drop(get_turf(src), usr, FALSE)
G.grip_item(P, usr, FALSE)
else
usr.put_in_hands(P)