mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
refactors most spans
This commit is contained in:
@@ -42,9 +42,9 @@
|
||||
if(!sign_type)
|
||||
return
|
||||
icon_state = sign_type
|
||||
to_chat(user, "<span class='notice'>You change the barsign.</span>")
|
||||
to_chat(user, span_notice("You change the barsign."))
|
||||
else
|
||||
to_chat(user, "<span class='warning'>Access denied.</span>")
|
||||
to_chat(user, span_warning("Access denied."))
|
||||
return
|
||||
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user