mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
Deprecate the stream operator
This commit is contained in:
@@ -42,7 +42,7 @@ var/global/list/all_tooltip_styles = list(
|
||||
|
||||
if(!ishuman(usr))
|
||||
if(!isrobot(usr))
|
||||
usr << "<span class='warning'>You must be a human or a robot to use this verb.</span>"
|
||||
to_chat(usr, "<span class='warning'>You must be a human or a robot to use this verb.</span>")
|
||||
return
|
||||
|
||||
var/UI_style_new = input(usr, "Select a style. White is recommended for customization") as null|anything in all_ui_styles
|
||||
@@ -78,4 +78,4 @@ var/global/list/all_tooltip_styles = list(
|
||||
prefs.UI_style_alpha = UI_style_alpha_new
|
||||
prefs.UI_style_color = UI_style_color_new
|
||||
SScharacter_setup.queue_preferences_save(prefs)
|
||||
usr << "UI was saved"
|
||||
to_chat(usr, "UI was saved")
|
||||
|
||||
Reference in New Issue
Block a user