From 7437f1a0eb2f5a523bd3477b5ce49c9aa964ff74 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:32:44 +0100 Subject: [PATCH] [MIRROR] fix modular printer paper level display [MDB IGNORE] (#10926) * fix modular printer paper level display (#64289) * fix modular printer paper level display Co-authored-by: Coldud --- .../modular_computers/computers/_modular_computer_shared.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/modular_computers/computers/_modular_computer_shared.dm b/code/modules/modular_computers/computers/_modular_computer_shared.dm index 1a2ba822d1b..dbe6d5bf8eb 100644 --- a/code/modules/modular_computers/computers/_modular_computer_shared.dm +++ b/code/modules/modular_computers/computers/_modular_computer_shared.dm @@ -63,4 +63,4 @@ if(printer_slot) . += "It has a printer installed." if(user_is_adjacent) - . += "The printer's paper levels are at: [printer_slot.stored_paper]/[printer_slot.max_paper].]" + . += "The printer's paper levels are at: [printer_slot.stored_paper]/[printer_slot.max_paper]."