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:
Ron
2017-05-21 05:07:57 -04:00
committed by skull132
parent fe396373c6
commit 790480c8da
226 changed files with 1027 additions and 1027 deletions
+1 -1
View File
@@ -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)