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