Donor Item: MyphicBlowser

Adds the requested helmet to the game. This abductor helm has no Armor and a different name.
This commit is contained in:
JonaMaz
2023-05-13 16:55:06 -04:00
parent c8cc8f21f6
commit aebf3fbd4f
3 changed files with 13 additions and 0 deletions
@@ -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
@@ -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
+1
View File
@@ -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"