diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index e57ea795e3e..c9e42294b85 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -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" diff --git a/code/modules/reagents/reagent_containers/food/snacks.dm b/code/modules/reagents/reagent_containers/food/snacks.dm index dde6fcf2a39..5dbcc3e51f6 100644 --- a/code/modules/reagents/reagent_containers/food/snacks.dm +++ b/code/modules/reagents/reagent_containers/food/snacks.dm @@ -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" diff --git a/icons/obj/clothing/cheongsams.dmi b/icons/obj/clothing/cheongsams.dmi index 75d46afe93b..c6df8c23431 100644 Binary files a/icons/obj/clothing/cheongsams.dmi and b/icons/obj/clothing/cheongsams.dmi differ