diff --git a/modular_zubbers/code/modules/clothing/head/helmet.dm b/modular_zubbers/code/modules/clothing/head/helmet.dm index 4c11359bd34..007ee116151 100644 --- a/modular_zubbers/code/modules/clothing/head/helmet.dm +++ b/modular_zubbers/code/modules/clothing/head/helmet.dm @@ -7,3 +7,11 @@ icon_state = "metrocopHelm" inhand_icon_state = null armor_type = /datum/armor/head_helmet + +/obj/item/clothing/head/helmet/abductor/fake + name = "kabrus utility helmet" + desc = "A very plain helmet used by the Greys of the Kabrus Mining Site. This helmet only protects the wearer from wind and rain it seems." + icon_state = "alienhelmet" + inhand_icon_state = null + armor_type = /datum/armor/none + flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|HIDEHAIR|HIDEFACIALHAIR|HIDESNOUT diff --git a/modular_zubbers/code/modules/loadouts/loadout_items/loadout_datum_head.dm b/modular_zubbers/code/modules/loadouts/loadout_items/loadout_datum_head.dm new file mode 100644 index 00000000000..1a56f5437ab --- /dev/null +++ b/modular_zubbers/code/modules/loadouts/loadout_items/loadout_datum_head.dm @@ -0,0 +1,4 @@ +/datum/loadout_item/head/alien_fake + name = "Kabrus Utility Helmet" + item_path = /obj/item/clothing/head/helmet/abductor/fake + donator_only = TRUE //Dono item for MyphicBowser diff --git a/tgstation.dme b/tgstation.dme index 368232f893b..9bee75c652d 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -6721,6 +6721,7 @@ #include "modular_zubbers\code\modules\fluff\flora\ash_flora.dm" #include "modular_zubbers\code\modules\food_and_drinks\recipes\tablecraft\recipes_seafood.dm" #include "modular_zubbers\code\modules\jobs\job_types\blacksmith.dm" +#include "modular_zubbers\code\modules\loadouts\loadout_items\loadout_datum_head.dm" #include "modular_zubbers\code\modules\loadouts\loadout_items\loadout_datum_suit.dm" #include "modular_zubbers\code\modules\loadouts\loadout_items\loadout_datum_toys.dm" #include "modular_zubbers\code\modules\mapping\access_helpers.dm"