Skip to content

Commit

Permalink
Bunny additional (Fluffy-Frontier#5085)
Browse files Browse the repository at this point in the history
* Bunny fix

* Digi-variant
  • Loading branch information
FeenieRU authored Oct 12, 2024
1 parent 08e1990 commit bd4b2b4
Show file tree
Hide file tree
Showing 11 changed files with 184 additions and 285 deletions.
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

0 comments on commit bd4b2b4

Please sign in to comment.