From 377cb770dc87bfe17879d1d0b7a6fa49cc30057a Mon Sep 17 00:00:00 2001 From: MrSky12 Date: Tue, 17 May 2022 01:33:46 +0200 Subject: [PATCH] cowkini (wip) actual code done did fuck up and just sent the sprites --- code/modules/clothing/under/jobs/civilian.dm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index 6b5eea68..01ee8a6f 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -446,3 +446,14 @@ item_state = "explorer" item_color = "explorer" can_adjust = FALSE + +/obj/item/clothing/under/cowkini + name = "cowkini" + desc = "A bikini including a cowbell, truly for a good cow like you!" + icon_state = "cowkini" + item_state = "cowkini" + item_color = "cowkini" + can_adjust = FALSE + body_parts_covered = CHEST|GROIN + armor = list("melee" = 5, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 5) + fitted = FEMALE_UNIFORM_TOP