Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bunny additional #5085

Merged
merged 2 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions tff_modular/modules/bunny/code/bunnydrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,28 @@
/obj/item/clothing/head/playbunnyears/centcom = 3,
)
access_lists["[ACCESS_COMMAND]"] = list(
/obj/item/clothing/under/rank/captain/bunnysuit = 3,
/obj/item/clothing/suit/armor/vest/capcarapace/tailcoat_captain = 3,
/obj/item/clothing/neck/bunny/bunnytie/captain = 3,
/obj/item/clothing/head/hats/caphat/bunnyears_captain = 3,
/obj/item/clothing/shoes/fancy_heels/cc = 3,
/obj/item/clothing/shoes/fancy_heels/red = 3,
/obj/item/clothing/shoes/fancy_heels/blue = 3,
/obj/item/clothing/shoes/fancy_heels/lightgrey = 3,
/obj/item/clothing/shoes/fancy_heels/navyblue = 3,
/obj/item/clothing/shoes/fancy_heels/white = 3,
/obj/item/clothing/shoes/fancy_heels/darkblue = 3,
/obj/item/clothing/shoes/fancy_heels/black = 3,
/obj/item/clothing/shoes/fancy_heels/purple = 3,
/obj/item/clothing/shoes/fancy_heels/red = 3,
/obj/item/clothing/shoes/fancy_heels/grey = 3,
/obj/item/clothing/shoes/fancy_heels/brown = 3,
/obj/item/clothing/shoes/fancy_heels/orange = 3,
/obj/item/clothing/shoes/jackboots/gogo_boots = 3,
/obj/item/clothing/shoes/fancy_heels/lightblue = 3,
/obj/item/clothing/shoes/galoshes/heeled = 3,
/obj/item/clothing/shoes/fancy_heels/green = 3,
/obj/item/clothing/shoes/clown_shoes/heeled = 3,
/obj/item/clothing/shoes/fancy_heels/darkgreen = 3,
/obj/item/clothing/shoes/fancy_heels/teal = 3,
/obj/item/clothing/shoes/fancy_heels/mutedblack = 3,
/obj/item/clothing/shoes/fancy_heels/mutedblue = 3,
/obj/item/clothing/shoes/fancy_heels/beige = 3,
/obj/item/clothing/shoes/fancy_heels/darkgrey = 3,
)
9 changes: 7 additions & 2 deletions tff_modular/modules/bunny/code/clothing/suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
icon = 'tff_modular/modules/bunny/icons/obj/suit.dmi'
w_class = WEIGHT_CLASS_NORMAL
body_parts_covered = CHEST|GROIN|ARMS
slowdown = 0
slowdown = 1
armor_type = /datum/armor/atmos_tech_tailcoat
flags_inv = null
clothing_flags = null
Expand All @@ -132,7 +132,7 @@
icon = 'tff_modular/modules/bunny/icons/obj/suit.dmi'
w_class = WEIGHT_CLASS_NORMAL
body_parts_covered = CHEST|GROIN|ARMS
slowdown = 0
slowdown = 1
armor_type = /datum/armor/ce_tailcoat
flags_inv = null
clothing_flags = null
Expand Down Expand Up @@ -378,3 +378,8 @@
name = "centcom tailcoat"
desc = "A reinforced tailcoat worn by bunny themed centcom officers."
icon_state = "tailcoat_centcom"

/obj/item/clothing/suit/armor/security_tailcoat/syndi
name = "syndie's tailcoat"
desc = "A reinforced tailcoat worn by illegal bunnies. Stylishly holds hidden flak plates."
icon_state = "tailcoat_syndi"
Loading
Loading