mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user