mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +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>")
|
||||
|
||||
@@ -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,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user