All color inputs use current color as default choice

This commit is contained in:
Jordan Brown
2018-01-24 18:14:16 -06:00
committed by CitadelStationBot
parent 9652fc4127
commit 51e4d9f9db
10 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -221,7 +221,7 @@
paint_mode = PAINT_NORMAL
if("select_colour")
if(can_change_colour)
paint_color = input(usr,"Choose Color") as color
paint_color = input(usr,"","Choose Color",paint_color) as color|null
. = TRUE
if("enter_text")
var/txt = stripped_input(usr,"Choose what to write.",