Fixes being able to adjust jumpsuits without an adjust state w/ chameleon & random jumpsuit

This commit is contained in:
ShizCalev
2017-12-28 11:14:01 -05:00
parent 26136b6ecd
commit bde0bce29b
7 changed files with 22 additions and 27 deletions
@@ -493,7 +493,7 @@
color = null
/obj/item/device/flashlight/glowstick/random/Initialize()
. = ..()
..()
var/T = pick(typesof(/obj/item/device/flashlight/glowstick) - /obj/item/device/flashlight/glowstick/random)
new T(loc)
return INITIALIZE_HINT_QDEL