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
@@ -7,7 +7,7 @@
/obj/structure/undies_wardrobe/attack_hand(var/mob/user)
if(!human_who_can_use_underwear(user))
to_chat(user, "<span class='warning'>Sadly there's nothing in here for you to wear.</span>")
to_chat(user, span_warning("Sadly there's nothing in here for you to wear."))
return
interact(user)
@@ -86,4 +86,4 @@
if(.)
H.update_underwear()
interact(H)
interact(H)