From bb358f1ee759e110751c5b2ac6c3a1ea9389f332 Mon Sep 17 00:00:00 2001 From: Colfer1 Date: Thu, 27 Jun 2024 13:01:57 -0500 Subject: [PATCH] Fixing your fit now does visible messages --- code/datums/traits/neutral.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/traits/neutral.dm b/code/datums/traits/neutral.dm index 8d7582e2cad..aaa75c69b12 100644 --- a/code/datums/traits/neutral.dm +++ b/code/datums/traits/neutral.dm @@ -1443,6 +1443,7 @@ return H.remove_status_effect(debuff) to_chat(H, span_warning(fix_text)) + user.visible_message(span_info("[user] adjusts their fit to find some relief"), null, null, 3) active = FALSE make_timers() @@ -1454,6 +1455,7 @@ return H.remove_status_effect(debuff) to_chat(H, span_warning(drop_text)) + user.visible_message(span_info("[user] undoes their clothing to find some relief"), null, null, 3) var/obj/item/clothing/S = source S.verbs -= /obj/item/clothing/proc/FixClothesFit active = FALSE