mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
refactors most spans
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
|
||||
/obj/item/assembly/prox_sensor/tgui_interact(mob/user, datum/tgui/ui)
|
||||
if(!secured)
|
||||
to_chat(user, "<span class='warning'>[src] is unsecured!</span>")
|
||||
to_chat(user, span_warning("[src] is unsecured!"))
|
||||
return FALSE
|
||||
ui = SStgui.try_update_ui(user, src, ui)
|
||||
if(!ui)
|
||||
|
||||
Reference in New Issue
Block a user