All color inputs use current color as default choice

This commit is contained in:
Jordan Brown
2018-01-24 19:13:58 -05:00
committed by CitadelStationBot
parent 9652fc4127
commit 51e4d9f9db
10 changed files with 21 additions and 17 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")