Skip to content

Commit

Permalink
Removes annoying and inaccurate to_chat from join response team menu (#…
Browse files Browse the repository at this point in the history
…4358)

# About the pull request

Removes annoying and inaccurate to_chat from join response team menu

# Explain why it's good for the game

It keeps bugging me

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl: Morrow
fix: Removed annoying and inaccurate to_chat from join response team
menu
/:cl:
  • Loading branch information
morrowwolf committed Sep 11, 2023
1 parent e13af74 commit c2d8304
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/datums/emergency_calls/emergency_call.dm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
var/choice = tgui_input_list(src, "Choose a distress beacon to join", "", beacons)

if(!choice)
to_chat(src, "Something seems to have gone wrong!")
return

if(!beacons[choice] || !(beacons[choice] in SSticker.mode.picked_calls))
Expand Down

0 comments on commit c2d8304

Please sign in to comment.