mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Light restyling of Boxed Messages and removal of unnecessary CSS styles from chat (#26852)
* Remove a lot of CSS and make boxed message stylish * Paint themed boxed message and sort light chat styles * Remove copyright from chat spans * Uh oh
This commit is contained in:
@@ -244,6 +244,6 @@
|
||||
if(message)
|
||||
for(var/mob/M in GLOB.mob_list)
|
||||
follow_text = isobserver(M) ? " ([ghost_follow_link(src, ghost = M)])" : ""
|
||||
rendered = "<font color=\"#EE4000\"><i><span class='game say'>Blob Telepathy, <span class='name'>[name]([overmind])</span>[follow_text] <span class='message'>states, \"[message]\"</span></span></i></font>"
|
||||
rendered = "<span class='blob'>Blob Telepathy, <span class='name'>[name]([overmind])</span>[follow_text] <span class='message'>states, \"[message]\"</span></span>"
|
||||
if(isovermind(M) || isobserver(M) || istype(M, /mob/living/simple_animal/hostile/blob/blobbernaut))
|
||||
M.show_message(rendered, EMOTE_AUDIBLE)
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
var/follow_text
|
||||
for(var/mob/M in GLOB.mob_list)
|
||||
follow_text = isobserver(M) ? " ([ghost_follow_link(src, ghost=M)])" : ""
|
||||
rendered = "<font color=\"#EE4000\"><i><span class='game say'>Blob Telepathy, <span class='name'>[name]([blob_reagent_datum.name])</span>[follow_text] <span class='message'>states, \"[message]\"</span></span></i></font>"
|
||||
rendered = "<span class='blob'>Blob Telepathy, <span class='name'>[name]([blob_reagent_datum.name])</span>[follow_text] <span class='message'>states, \"[message]\"</span></span>"
|
||||
if(isovermind(M) || isobserver(M) || istype(M, /mob/living/simple_animal/hostile/blob/blobbernaut))
|
||||
M.show_message(rendered, EMOTE_AUDIBLE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user