Skip to content

Commit

Permalink
Moves all Voting Messages to OOC Chat Tab + Updates OOC Chat Selector (
Browse files Browse the repository at this point in the history
…ParadiseSS13#26544)

* Adds interface to selectors for Info tab

* Moves to OOC - Adjusts Voting Classes

* Removes bolding
  • Loading branch information
Burzah authored Aug 20, 2024
1 parent 4b22d0f commit bcb00d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/vote/vote_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
for(var/res in results)
if(res in winning_options)
// Make it stand out
to_chat(world, "<span class='notice'><code>[res]</code> - [results[res]] vote\s</span>")
to_chat(world, "<span class='interface'><code>[res]</code> - [results[res]] vote\s</span>")
else
// Make it normal
to_chat(world, "<span class='interface'><code>[res]</code> - [results[res]] vote\s</span>")
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui-panel/chat/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const MESSAGE_TYPES = [
type: MESSAGE_TYPE_OOC,
name: 'OOC',
description: 'The bluewall of global OOC messages',
selector: '.ooc, .adminooc',
selector: '.ooc, .adminooc, .interface',
},
{
type: MESSAGE_TYPE_ADMINPM,
Expand Down
Loading

0 comments on commit bcb00d3

Please sign in to comment.