From 781110b58f1699b3025b1981dcbd59400bc80c33 Mon Sep 17 00:00:00 2001 From: Moon Date: Fri, 1 Dec 2023 11:05:54 -1000 Subject: [PATCH] an face --- code/modules/paperwork/pen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 1e4a4acafb37..b0ed7f8d6022 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -140,7 +140,7 @@ S = GLOB.ipc_marker_list["Angry"] if(INTENT_GRAB) S = GLOB.ipc_marker_list["Evil"] - user.visible_message("[user] is drawing a face on [C]'s screen!", "You start drawing an face on [C]'s screen.") + user.visible_message("[user] is drawing a face on [C]'s screen!", "You start drawing a face on [C]'s screen.") if(do_after(user,10,target = C)) var/mutable_appearance/pen_overlay = mutable_appearance(S.icon, S.icon_state, BODY_LAYER) C.add_overlay(pen_overlay)