mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
code/ATMOSPHERICS \red \blue etc to span classes
This commit is contained in:
@@ -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()
|
||||
*/
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user