All color inputs use current color as default choice
This commit is contained in:
committed by
CitadelStationBot
parent
9652fc4127
commit
51e4d9f9db
@@ -605,7 +605,7 @@
|
||||
|
||||
/obj/structure/curtain/attackby(obj/item/W, mob/user)
|
||||
if (istype(W, /obj/item/toy/crayon))
|
||||
color = input(user,"Choose Color") as color
|
||||
color = input(user,"","Choose Color",color) as color
|
||||
else if(istype(W, /obj/item/screwdriver))
|
||||
if(anchored)
|
||||
playsound(src.loc, W.usesound, 100, 1)
|
||||
|
||||
Reference in New Issue
Block a user