mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Merge pull request #226 from ShamanSliph/DonorStuff
Donor Item: MyphicBowser
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
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/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
|
||||
|
||||
/datum/loadout_item/head/hats/warden/drill
|
||||
name = "warden's campaign hat"
|
||||
item_path = /obj/item/clothing/head/hats/warden/drill
|
||||
@@ -24,4 +29,4 @@
|
||||
name = "Representative's campaign hat"
|
||||
item_path = /obj/item/clothing/head/nanotasen_consultant/drill
|
||||
donator_only = TRUE
|
||||
restricted_roles = list(JOB_NT_REP)
|
||||
restricted_roles = list(JOB_NT_REP)
|
||||
Reference in New Issue
Block a user