mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user