refactors most spans

This commit is contained in:
Kashargul
2024-10-02 21:10:31 +02:00
parent 5417c7772c
commit a2c673ab7a
1517 changed files with 12436 additions and 12347 deletions
@@ -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)