mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 23:23:55 +01:00
refactors most spans
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
power_channel = ENVIRON
|
||||
|
||||
/obj/machinery/keycard_auth/attack_ai(mob/user as mob)
|
||||
to_chat (user, "<span class='warning'>A firewall prevents you from interfacing with this device!</span>")
|
||||
to_chat (user, span_warning("A firewall prevents you from interfacing with this device!"))
|
||||
return
|
||||
|
||||
/obj/machinery/keycard_auth/attackby(obj/item/W as obj, mob/user as mob)
|
||||
|
||||
Reference in New Issue
Block a user