From 7ff8b3cf9e28ef4746e860a43f18792b1a64fb2d Mon Sep 17 00:00:00 2001 From: GrrrKitten Date: Tue, 27 Feb 2024 20:30:00 -0500 Subject: [PATCH] missed one whoops --- code/game/machinery/fax_machine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/fax_machine.dm b/code/game/machinery/fax_machine.dm index 3319ab2bbfdb..b3c981a0cf71 100644 --- a/code/game/machinery/fax_machine.dm +++ b/code/game/machinery/fax_machine.dm @@ -583,7 +583,7 @@ GLOBAL_LIST_EMPTY(alldepartments) if(original_fax || scan) to_chat(user, SPAN_NOTICE("There is still something in [src]. Remove it before you pick it up.")) return - to_chat(user, "You begin to pick up [src]...") + to_chat(user, SPAN_NOTICE("You begin to pick up [src]...")) if(do_after(user, 4.5 SECONDS, INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD)) playsound(src.loc, 'sound/items/Ratchet.ogg', 25, 1) to_chat(user, SPAN_NOTICE("You pick up [src]."))