Remove every usage of \red, \blue in code/ATMOSPHERICS/

And one qdel that I missed.
This commit is contained in:
Tigercat2000
2015-07-08 16:35:31 -07:00
parent 3725c7cc7d
commit a78a0323b2
21 changed files with 112 additions and 112 deletions
@@ -73,7 +73,7 @@
/obj/machinery/atmospherics/binary/circulator/attackby(obj/item/weapon/W as obj, mob/user as mob, params)
if(istype(W, /obj/item/weapon/wrench))
anchored = !anchored
user << "\blue You [anchored ? "secure" : "unsecure"] the bolts holding [src] to the floor."
user << "<span class='notice'>You [anchored ? "secure" : "unsecure"] the bolts holding [src] to the floor.</span>"
if(anchored)
if(dir & (NORTH|SOUTH))