mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
refactors most spans
This commit is contained in:
@@ -42,7 +42,7 @@ var/global/list/all_tooltip_styles = list(
|
||||
|
||||
if(!ishuman(usr))
|
||||
if(!isrobot(usr))
|
||||
to_chat(usr, "<span class='warning'>You must be a human or a robot to use this verb.</span>")
|
||||
to_chat(usr, span_warning("You must be a human or a robot to use this verb."))
|
||||
return
|
||||
|
||||
var/UI_style_new = tgui_input_list(usr, "Select a style. White is recommended for customization", "UI Style Choice", all_ui_styles)
|
||||
|
||||
Reference in New Issue
Block a user