diff --git a/monkestation/code/modules/clothing/costumes/april_fools.dm b/monkestation/code/modules/clothing/costumes/april_fools.dm new file mode 100644 index 000000000000..b5ce3392a335 --- /dev/null +++ b/monkestation/code/modules/clothing/costumes/april_fools.dm @@ -0,0 +1,52 @@ +//Wow this is cursed as hell +/obj/item/clothing/under/rank/civilian/bartender/bunnysuit + +/obj/item/clothing/under/rank/civilian/chaplain/bunnysuit + +/obj/item/clothing/under/rank/civilian/chef/bunnysuit + +/obj/item/clothing/under/rank/civilian/head_of_personnel/bunnysuit + +/obj/item/clothing/under/rank/civilian/hydroponics/bunnysuit + +/obj/item/clothing/under/rank/civilian/janitor/bunnysuit + + body_parts_covered = CHEST|GROIN|LEGS + alt_covers_chest = TRUE + +/obj/item/clothing/under/costume/playbunny/Initialize(mapload) + . = ..() + + create_storage(storage_type = /datum/storage/pockets/tiny) + +/obj/item/clothing/under/rank/civilian/lawyer/black/bunnysuit + +/obj/item/clothing/under/rank/civilian/lawyer/beige/bunnysuit + +/obj/item/clothing/under/rank/civilian/lawyer/red/bunnysuit + +/obj/item/clothing/under/rank/civilian/lawyer/blue/bunnysuit + +/obj/item/clothing/under/rank/civilian/lawyer/bluesuit/bunnysuit + +/obj/item/clothing/under/rank/cargo/qm/bunnysuit + +/obj/item/clothing/under/rank/cargo/tech/bunnysuit + +/obj/item/clothing/under/rank/cargo/miner + +/obj/item/clothing/under/rank/cargo/miner/lavaland + +/obj/item/clothing/under/rank/cargo/bitrunner + +/obj/item/clothing/under/rank/security/officer + +/obj/item/clothing/under/rank/security/warden + +/obj/item/clothing/under/rank/security/detective + +/obj/item/clothing/under/rank/security/detective/noir + +/obj/item/clothing/under/rank/security/head_of_security + +/obj/item/clothing/under/rank/prisoner diff --git a/tgstation.dme b/tgstation.dme index e9c20e5d7b7b..56bd424773c7 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -6140,6 +6140,7 @@ #include "monkestation\code\modules\client\preferences\species_features\simians.dm" #include "monkestation\code\modules\client\verbs\looc.dm" #include "monkestation\code\modules\clothing\accessories\accessories.dm" +#include "monkestation\code\modules\clothing\costumes\april_fools.dm" #include "monkestation\code\modules\clothing\costumes\gnome.dm" #include "monkestation\code\modules\clothing\gloves\gloves.dm" #include "monkestation\code\modules\clothing\head\costume.dm"