Skip to content

Commit

Permalink
Update code/modules/clothing/spacesuits/rig/rig.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SleepyGemmy <[email protected]>
  • Loading branch information
NonQueueingMatt and SleepyGemmy authored Sep 8, 2023
1 parent 3555646 commit 7893367
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/clothing/spacesuits/rig/rig.dm
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,10 @@
sealing = 1

if(!seal_target && !suit_is_deployed())
wearer.visible_message("<span class='danger'>[wearer]'s suit flashes an error light.</span>",
"<span class='danger'>Your suit flashes an error light. It can't function properly without being fully deployed.</span>")
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

Expand Down

0 comments on commit 7893367

Please sign in to comment.