mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Replaces info class with notice and purges info (#26421)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
/obj/effect/step_trigger/message/Trigger(mob/M)
|
||||
if(M.client)
|
||||
to_chat(M, "<span class='info'>[message]</span>")
|
||||
to_chat(M, "<span class='notice'>[message]</span>")
|
||||
if(once)
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user