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
+2 -2
View File
@@ -30,11 +30,11 @@
if(headphones_on)
icon_state = "[base_icon]_off"
headphones_on = 0
to_chat(usr, "<span class='notice'>You turn the music off.</span>")
to_chat(usr, span_notice("You turn the music off."))
else
icon_state = "[base_icon]_on"
headphones_on = 1
to_chat(usr, "<span class='notice'>You turn the music on.</span>")
to_chat(usr, span_notice("You turn the music on."))
update_clothing_icon()