Skip to content

Commit

Permalink
Merge branch 'Bubberstation:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MosleyTheMalO authored Jul 30, 2024
2 parents 9373457 + d269cc3 commit 5159756
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 15 deletions.
5 changes: 5 additions & 0 deletions html/changelogs/AutoChangeLog-pr-1836.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
author: "theselfish"
delete-after: True
changes:
- bugfix: "Coroner Bunny stuff got fixed."
- bugfix: "Digi tailcoats should work. They make look a bit weird."
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-1858.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "theselfish"
delete-after: True
changes:
- rscdel: "Clown Dogborg is gone thank fuck."
12 changes: 0 additions & 12 deletions modular_zubbers/code/modules/borgs/code/robot_model.dm
Original file line number Diff line number Diff line change
Expand Up @@ -275,18 +275,6 @@

)


/* BUBBER SPRITE ADDITIONS BELOW */
/obj/item/robot_model/clown/Initialize(mapload)
. = ..()
borg_skins |= list(
"Vale" = list(
SKIN_ICON_STATE = "vale",
SKIN_ICON = CYBORG_ICON_CLOWN_WIDE_BUBBER,
SKIN_FEATURES = list(TRAIT_R_UNIQUEWRECK, TRAIT_R_WIDE),
),
)

/obj/item/robot_model/standard/Initialize(mapload)
. = ..()
borg_skins |= list(
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions modular_zubbers/code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi'
worn_icon = 'modular_zubbers/icons/mob/clothing/head/bunnyears.dmi'
icon_state = "playbunny_ears"
supports_variations_flags = CLOTHING_SNOUTED_VARIATION_NO_NEW_ICON
greyscale_colors = "#39393f"
greyscale_config = /datum/greyscale_config/playbunnyears
greyscale_config_worn = /datum/greyscale_config/playbunnyears_worn
Expand Down Expand Up @@ -144,6 +145,7 @@
inhand_icon_state = "that"
icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi'
worn_icon = 'modular_zubbers/icons/mob/clothing/head/bunnyears.dmi'
supports_variations_flags = CLOTHING_SNOUTED_VARIATION_NO_NEW_ICON
dog_fashion = null

//CARGO
Expand Down
4 changes: 2 additions & 2 deletions modular_zubbers/code/modules/clothing/neck/neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@
/obj/item/clothing/neck/tie/bunnytie/coroner
name = "coroner's bowtie"
desc = "A black tie that includes a collar. Looking dead...Dead good!"
icon_state = "bowtie_collar_virologist_tied"
tie_type = "bowtie_collar_virologist"
icon_state = "bowtie_collar_coroner_tied"
tie_type = "bowtie_collar_coroner"
greyscale_colors = null
greyscale_config = null
greyscale_config_worn = null
Expand Down
2 changes: 1 addition & 1 deletion modular_zubbers/code/modules/clothing/suits/jacket.dm
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
icon_state = "virologist"

/obj/item/clothing/suit/toggle/labcoat/doctor_tailcoat/coroner
name = "pathologist's tailcoat"
name = "coroner's tailcoat"
desc = "A sterile black and white coat worn by bunny themed coroners. Adorned with a skull on the back."
icon_state = "coroner"

Expand Down
Binary file modified modular_zubbers/icons/mob/clothing/suits/jacket.dmi
Binary file not shown.
Binary file modified modular_zubbers/icons/mob/clothing/suits/jacket_digi.dmi
Binary file not shown.
Binary file modified modular_zubbers/icons/obj/clothing/suits/jacket.dmi
Binary file not shown.

0 comments on commit 5159756

Please sign in to comment.