mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Removes all \red and \blue's (#2309)
Removes all \red's and \blues in favor of span classes. \red things that were bold were replaced with danger because it's warning but bold.
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
feedback_inc("alert_keycard_auth_borgDisable",1)
|
||||
if("Emergency Response Team")
|
||||
if(is_ert_blocked())
|
||||
usr << "\red All emergency response teams are dispatched and can not be called at this time."
|
||||
usr << "<span class='warning'>All emergency response teams are dispatched and can not be called at this time.</span>"
|
||||
return
|
||||
|
||||
trigger_armed_response_team(1)
|
||||
|
||||
Reference in New Issue
Block a user