Adds back the span class tags that I removed on previous commits while updating the branch.

This commit is contained in:
Aranclanos
2014-09-02 20:26:33 -03:00
parent 86387a2218
commit 8cb30cf950
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ obj/machinery/atmospherics/valve/attack_hand(mob/user as mob)
/obj/machinery/atmospherics/valve/digital/attack_hand(mob/user as mob)
if(!src.allowed(user))
user << "\red Access denied."
user << "<span class='danger'>Access denied</span>"
return
..()