Skip to content

Commit

Permalink
basic
Browse files Browse the repository at this point in the history
  • Loading branch information
DimWhat committed Mar 28, 2024
1 parent d7837c6 commit 6a28e18
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
52 changes: 52 additions & 0 deletions monkestation/code/modules/clothing/costumes/april_fools.dm
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6a28e18

Please sign in to comment.