Adjust smoke color selection

This commit is contained in:
Yoshax
2016-04-30 14:29:46 +01:00
parent c4929aa43f
commit 1e78ff97e1
@@ -38,4 +38,6 @@
/obj/item/weapon/grenade/smokebomb/attackby(obj/item/I as obj, mob/user as mob)
if(istype(I,/obj/item/device/multitool))
smoke_color = input(user, "Choose a color for the smoke:") as color|null
var/new_smoke_color = input(user, "Choose a color for the smoke:", "Smoke Color", smoke_color) as color|null
if(new_smoke_color)
smoke_color = new_smoke_color