mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +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:
@@ -72,7 +72,7 @@
|
||||
"[prob(50)?"The crew":random_player] is [prob(50)?"less":"more"] intelligent than average. Point out every action and statement which supports this fact.",
|
||||
"There will be a mandatory tea break every 30 minutes, with a duration of 5 minutes. Anyone caught working during a tea break must be sent a formal, but fairly polite, complaint about their actions, in writing.")
|
||||
var/law = pick(laws)
|
||||
target << "\red <b>You have detected a change in your laws information:</b>"
|
||||
target << "<span class='danger'>You have detected a change in your laws information:</span>"
|
||||
target << law
|
||||
target.add_ion_law(law)
|
||||
target.show_laws()
|
||||
|
||||
Reference in New Issue
Block a user