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:
deathride58
2018-01-26 15:44:23 +00:00
committed by GitHub
10 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -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")