Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Planetary's Donator Murmillo Armor #3433

Merged
merged 2 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions code/modules/halo/clothing/donor_covenant.dm
Original file line number Diff line number Diff line change
Expand Up @@ -755,5 +755,32 @@
/obj/item/clothing/shoes/jiralhanae/covenant/lord_inquisitor
)

///////Planetary\\\\\\\\

//Skirmisher

/obj/item/clothing/suit/armor/special/skirmisher/murmillo/donator/planetary
name = "'ODST Armor'"
desc = "Lightweight, durable armour issued to Orbital Drop Squak Troopers for increased survivability in the field."
icon = 'code/modules/halo/covenant/species/tvoan/skirm_clothing.dmi'
icon_state = "planetary_worn"
item_state = "planetary_worn"
species_restricted = list("Tvaoan Kig-Yar")

/obj/item/clothing/head/helmet/kigyar/skirmisher/murmillo/donator/planetary
name = "'ODST Helmet'"
desc = "Standard issue short-EVA capable helmet issued to ODST forces"
icon = 'code/modules/halo/covenant/species/tvoan/skirm_clothing.dmi'
icon_state = "planetary_helmet_worn"
item_state = "planetary_helmet_worn"
species_restricted = list("Tvaoan Kig-Yar")

/obj/item/weapon/storage/box/large/donator/planetary/murmillo
startswith = list(/obj/item/clothing/suit/armor/special/skirmisher/murmillo/donator/planetary,
/obj/item/clothing/head/helmet/kigyar/skirmisher/murmillo/donator/planetary
)
can_hold = list(/obj/item/clothing/suit/armor/special/skirmisher/murmillo/donator/planetary,
/obj/item/clothing/head/helmet/kigyar/skirmisher/murmillo/donator/planetary
)

#undef JIRALHANAE_ICON_PATH_OBJ
Binary file modified code/modules/halo/covenant/species/tvoan/skirm_clothing.dmi
Binary file not shown.
Loading