Replaces info class with notice and purges info (#26421)

This commit is contained in:
Burzah
2024-08-13 09:46:58 +00:00
committed by GitHub
parent 4d87562d25
commit c434f08f4f
101 changed files with 231 additions and 239 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
for(var/res in results)
if(res in winning_options)
// Make it stand out
to_chat(world, "<span class='info'><code>[res]</code> - [results[res]] vote\s</span>")
to_chat(world, "<span class='notice'><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>")