Make consoles print paper into the users hand (#21581)

As per the title, printed papers from consoles are now put into the
users hand instead of on the floor.
This commit is contained in:
Casper3667
2025-11-17 19:18:26 +00:00
committed by GitHub
parent c390c76fa8
commit 34875a3ab9
2 changed files with 7 additions and 0 deletions
@@ -29,6 +29,7 @@
P.color = paper_color
stored_paper--
usr.put_in_hands(P, TRUE)
return P
/obj/item/computer_hardware/nano_printer/attackby(obj/item/attacking_item, mob/user)