mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +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:
@@ -125,7 +125,7 @@ var/const/MAX_ACTIVE_TIME = 400
|
||||
if(CONSCIOUS)
|
||||
user << "<span class='warning'>[src] seems to be active.</span>"
|
||||
if (sterile)
|
||||
user << "<span class='warning'> It looks like the proboscis has been removed.</span>"
|
||||
user << "<span class='warning'>It looks like the proboscis has been removed.</span>"
|
||||
return
|
||||
|
||||
/obj/item/clothing/mask/lamarr/attackby(obj/item/I, mob/user)
|
||||
|
||||
Reference in New Issue
Block a user