code/ATMOSPHERICS \red \blue etc to span classes

This commit is contained in:
GinjaNinja32
2015-05-29 19:36:15 +01:00
parent 5ea78421ff
commit 81d23c85cc
14 changed files with 94 additions and 94 deletions

View File

@@ -649,7 +649,7 @@ obj/machinery/atmospherics/mains_pipe/valve
attack_hand(mob/user as mob)
if(!src.allowed(user))
user << "\red Access denied."
user << "<span class='warning'>Access denied.</span>"
return
..()
@@ -704,4 +704,4 @@ obj/machinery/atmospherics/mains_pipe/valve
close()
else
open()
*/
*/