All color inputs use current color as default choice
This commit is contained in:
committed by
CitadelStationBot
parent
9652fc4127
commit
51e4d9f9db
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user