Snowflake Qipao DLC (#2659)

Updates the red cheongsam to not be a stoopid recolor of the white one. Now it is a stupid recolor with a unique design. Attempts to make it show up over shoes have failed, to great sorrow. Recommend not wearing any cheongsams with jackboots.
Fixes quiche and keylimepie slice nutrition so that they don't go away in one bite.
This commit is contained in:
Synnono
2017-06-10 22:39:59 +03:00
committed by skull132
parent 0d08d096f0
commit 7d52b164a6
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -534,7 +534,7 @@
/obj/item/clothing/under/cheongsam/red
name = "red cheongsam"
desc = "A Chinese dress that hugs the body. This one is red, with a golden dragon design that climbs the entire garment."
desc = "A Chinese dress that hugs the body. This one is red, with a golden leaf trim that climbs up the garment."
icon_state = "cheongsamred"
item_state = "cheongsamred"
worn_state = "cheongsamred"
@@ -3510,7 +3510,8 @@
/obj/item/weapon/reagent_containers/food/snacks/keylimepieslice/filled/New()
..()
reagents.add_reagent("nutriment", 1)
reagents.add_reagent("nutriment", 3)
reagents.add_reagent("protein", 1)
/obj/item/weapon/reagent_containers/food/snacks/sliceable/quiche
name = "quiche"
@@ -3539,8 +3540,8 @@
/obj/item/weapon/reagent_containers/food/snacks/quicheslice/filled/New()
..()
reagents.add_reagent("nutriment", 1)
reagents.add_reagent("protein", 1)
reagents.add_reagent("nutriment", 3)
reagents.add_reagent("protein", 3)
/obj/item/weapon/reagent_containers/food/snacks/sliceable/brownies
name = "brownies"