Merge pull request #7556 from SamHPurp/couple-more-random-variants

Adds random colours on cable cuffs & crayons, and the ability for flashes to start burnt out
This commit is contained in:
tigercat2000
2017-06-27 11:41:27 -07:00
committed by GitHub
3 changed files with 32 additions and 0 deletions
@@ -104,6 +104,10 @@
/obj/item/weapon/restraints/handcuffs/cable/white
color = COLOR_WHITE
/obj/item/weapon/restraints/handcuffs/cable/random/New()
color = pick(COLOR_RED, COLOR_BLUE, COLOR_GREEN, COLOR_WHITE, COLOR_PINK, COLOR_YELLOW, COLOR_CYAN)
..()
/obj/item/weapon/restraints/handcuffs/alien
icon_state = "handcuffAlien"