mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
refactors most spans
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user