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
@@ -537,4 +537,4 @@
desc = "Causes kinetic accelerator bolts to have an adjustable-colored tracer trail and explosion. Use in-hand to change color."
/obj/item/borg/upgrade/modkit/tracer/adjustable/attack_self(mob/user)
bolt_color = input(user,"Choose Color") as color
bolt_color = input(user,"","Choose Color",bolt_color) as color|null