From 0c2be63a8564ee752aff5f331448e58c061c479f Mon Sep 17 00:00:00 2001 From: ariaworld <143797359+ariaworld@users.noreply.github.com> Date: Sat, 18 Nov 2023 17:58:53 +0100 Subject: [PATCH] Add: Milk decal + organize stripper outfits. --- .../modules/reagents/chemistry/reagents/drink_reagents.dm | 1 + modular_citadel/code/modules/client/loadout/uniform.dm | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/code/modules/reagents/chemistry/reagents/drink_reagents.dm b/code/modules/reagents/chemistry/reagents/drink_reagents.dm index 348556c337..3475473845 100644 --- a/code/modules/reagents/chemistry/reagents/drink_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/drink_reagents.dm @@ -213,6 +213,7 @@ glass_desc = "White and nutritious goodness!" pH = 6.5 value = REAGENT_VALUE_VERY_COMMON + var/decal_path = /obj/effect/decal/cleanable/milk // Milk is good for humans, but bad for plants. The sugars cannot be used by plants, and the milk fat harms growth. Not shrooms though. I can't deal with this now... /datum/reagent/consumable/milk/on_hydroponics_apply(obj/item/seeds/myseed, datum/reagents/chems, obj/machinery/hydroponics/mytray, mob/user) diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index 9ec91fd462..ddc2e03434 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -659,6 +659,14 @@ name = "Green stripper outfit" path = /obj/item/clothing/under/misc/stripper/green +/datum/gear/uniform/blackstripper + name = "Black stripper outfit" + path = /obj/item/clothing/under/misc/stripper/black + +/datum/gear/uniform/whitestripper + name = "White stripper outfit" + path = /obj/item/clothing/under/misc/stripper/white + /datum/gear/uniform/qipao name = "Qipao, Black" path = /obj/item/clothing/under/costume/qipao