Merge pull request #5090 from Citadel-Station-13/upstream-merge-34755
[MIRROR] All color inputs use current color as default choice
This commit is contained in:
@@ -391,7 +391,7 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
if (MODE_VT)
|
||||
font_mode = FONT_VT
|
||||
if ("Change_Color")
|
||||
var/new_color = input("Please enter a color name or hex value (Default is \'#808000\').")as color
|
||||
var/new_color = input("Please enter a color name or hex value (Default is \'#808000\').",background_color)as color
|
||||
background_color = new_color
|
||||
|
||||
if ("Toggle_Underline")
|
||||
|
||||
Reference in New Issue
Block a user