Skip to content

Commit

Permalink
Overwatch console now shows dead people by default (#6485)
Browse files Browse the repository at this point in the history
# About the pull request

Pretty important to see who's dead.

# Explain why it's good for the game
# 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:
add: Overwatch console shows dead marines by default.
/:cl:
  • Loading branch information
TheGamerdk committed Jun 18, 2024
1 parent 43a38ff commit eae623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/OverwatchConsole.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ const SquadMonitor = (props) => {
);
const [showDeadMarines, setShowDeadMarines] = useSharedState(
'showdead',
false,
true,
);

const [marineSearch, setMarineSearch] = useSharedState('marinesearch', null);
Expand Down

0 comments on commit eae623b

Please sign in to comment.