diff --git a/code/modules/modular_computers/hardware/nano_printer.dm b/code/modules/modular_computers/hardware/nano_printer.dm index 2f4a85f94f5..159f3f4fd71 100644 --- a/code/modules/modular_computers/hardware/nano_printer.dm +++ b/code/modules/modular_computers/hardware/nano_printer.dm @@ -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) diff --git a/html/changelogs/PaperGiving.yml b/html/changelogs/PaperGiving.yml new file mode 100644 index 00000000000..2c5b386a714 --- /dev/null +++ b/html/changelogs/PaperGiving.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - rscadd: "Papers printed from consoles now try to put it in the hand before putting it on the floor."