Skip to content

Commit

Permalink
Fixes backwards visible message (tgstation#75130)
Browse files Browse the repository at this point in the history
## About The Pull Request

Whoops. These args are backwards

## Why It's Good For The Game

Accurate messages

## Changelog

:cl: Melbert
fix: Mime using captain's announcement visible message is correct
/:cl:
  • Loading branch information
MrMelbert authored May 3, 2023
1 parent 8643db0 commit 0178a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/communications.dm
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,8 @@
//No cheating, mime/random mute guy!
input = "..."
user.visible_message(
span_notice("You leave the mic on in awkward silence..."),
span_notice("[user] holds down [src]'s announcement button, leaving the mic on in awkward silence."),
span_notice("You leave the mic on in awkward silence..."),
span_hear("You hear an awkward silence, somehow."),
vision_distance = 4,
)
Expand Down

0 comments on commit 0178a11

Please sign in to comment.