mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
Moves all Voting Messages to OOC Chat Tab + Updates OOC Chat Selector (#26544)
* Adds interface to selectors for Info tab * Moves to OOC - Adjusts Voting Classes * Removes bolding
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user