mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
ports tgui color input from bubbers (#16934)
* ports tgui color input from monkeystation * . * push that real quick * . * . * cleanup * fix for 516 * port bubbers pre set selection * also this * allow 20 saved states * oups * regex replace * urg * use the update by type * . * . * highlight? * larger? * fix those * keep anyone below 516 on old style
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
// VOREStation Add End
|
||||
|
||||
else if(href_list["pref_runechat_color"])
|
||||
var/new_runechat_color = input(user, "Choose your character's runechat colour (#000000 for random):", "Character Preference", pref.runechat_color) as color|null
|
||||
var/new_runechat_color = tgui_color_picker(user, "Choose your character's runechat colour (#000000 for random):", "Character Preference", pref.runechat_color)
|
||||
if(new_runechat_color && CanUseTopic(user))
|
||||
pref.runechat_color = new_runechat_color
|
||||
// whenever we change this, we update our mob
|
||||
|
||||
Reference in New Issue
Block a user