From 78933679959b6528a1da1080d4b41767e8f57c8f Mon Sep 17 00:00:00 2001 From: Matt Atlas Date: Fri, 8 Sep 2023 22:29:56 +0200 Subject: [PATCH] Update code/modules/clothing/spacesuits/rig/rig.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> --- code/modules/clothing/spacesuits/rig/rig.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig/rig.dm b/code/modules/clothing/spacesuits/rig/rig.dm index ec556721a2b..c6f8aff617d 100644 --- a/code/modules/clothing/spacesuits/rig/rig.dm +++ b/code/modules/clothing/spacesuits/rig/rig.dm @@ -244,8 +244,10 @@ sealing = 1 if(!seal_target && !suit_is_deployed()) - wearer.visible_message("[wearer]'s suit flashes an error light.", - "Your suit flashes an error light. It can't function properly without being fully deployed.") + wearer.visible_message( + SPAN_DANGER("[wearer]'s suit flashes an error light."), + SPAN_DANGER("Your suit flashes an error light. It can't function properly without being fully deployed.") + ) playsound(src, 'sound/items/rfd_empty.ogg', 20, FALSE) failed_to_seal = 1