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