Merge pull request #9505 from Firecage/rainbowjumpsuit

This fixes the issue of colored jumpsuits not being dyeable into rainbow jumpsuits.
This commit is contained in:
phil235
2015-05-21 16:20:38 +02:00
7 changed files with 16 additions and 13 deletions
+9 -1
View File
@@ -138,4 +138,12 @@
name = "maroon jumpsuit"
icon_state = "maroon"
item_state = "r_suit"
item_color = "maroon"
item_color = "maroon"
/obj/item/clothing/under/color/rainbow
name = "rainbow jumpsuit"
desc = "A multi-colored jumpsuit!"
icon_state = "rainbow"
item_state = "rainbow"
item_color = "rainbow"
can_adjust = 0
@@ -146,14 +146,6 @@
item_color = "griffin"
can_adjust = 0
/obj/item/clothing/under/rainbow
name = "rainbow"
desc = "rainbow"
icon_state = "rainbow"
item_state = "rainbow"
item_color = "rainbow"
can_adjust = 0
/obj/item/clothing/under/cloud
name = "cloud"
desc = "cloud"