mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Adds back the span class tags that I removed on previous commits while updating the branch.
This commit is contained in:
@@ -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
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user