Skip to content

Commit

Permalink
[Hot Fix] WHY WERE THEY USING THE ONBJ FOR BOTH AAAA (Bubberstation#1620
Browse files Browse the repository at this point in the history
)

WHY
WHO DONE THIS
WHY WERE THEY BOTH USING THE SAME DMI FOR ONMOB AND OBJ
## Changelog

:cl:
fix: Drill Hats ACTUALLY work.
/:cl:

Co-authored-by: Waterpig <[email protected]>
  • Loading branch information
theselfish and Majkl-J authored Jun 10, 2024
1 parent 300890f commit bc44b8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modular_zubbers/code/modules/clothing/head/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
name = "blueshield's campaign hat"
desc = "A variant of the warden's campaign hat recolored to match the Blueshield. Made with durathread to protect their squishy braincase. It's padded with nano-kevlar, making it more protective than standard berets."
icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi'
worn_icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi'
worn_icon = 'modular_zubbers/icons/mob/clothing/head/hats.dmi'
icon_state = "bluedrill"
armor_type = /datum/armor/suit_armor/blueshield //same as the Blueshield's default beret.

/obj/item/clothing/head/hats/warden/drill/captain
name = "captain's campaign hat"
desc = "A variant of the warden's campaign hat for your more militaristic captains."
icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi'
worn_icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi'
worn_icon = 'modular_zubbers/icons/mob/clothing/head/hats.dmi'
icon_state = "capdrill"
armor_type = /datum/armor/hats_caphat

/obj/item/clothing/head/hats/warden/drill/hos
name = "head of security's campaign hat"
desc = "A variant of the warden's campaign hat for the Head of Security. End the blood-feud and team up."
icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi'
worn_icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi'
worn_icon = 'modular_zubbers/icons/mob/clothing/head/hats.dmi'
icon_state = "hosdrill"
armor_type = /datum/armor/hats_hos

/obj/item/clothing/head/hats/warden/drill/nanotrasen
name = "representative's campaign hat"
desc = "A variant of the warden's campaign hat for your more militaristic representatives."
icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi'
worn_icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi'
worn_icon = 'modular_zubbers/icons/mob/clothing/head/hats.dmi'
icon_state = "repdrill"
armor_type = /datum/armor/head_nanotrasen_consultant

Expand Down
Binary file modified modular_zubbers/icons/mob/clothing/head/hats.dmi
Binary file not shown.

0 comments on commit bc44b8e

Please sign in to comment.