Skip to content

Commit

Permalink
Merge pull request #3433 from YourPalHolidays/alpha
Browse files Browse the repository at this point in the history
Planetary's Donator Murmillo Armor
  • Loading branch information
BDpuffy420 committed Aug 2, 2023
2 parents 5da788d + fd61e71 commit 574fd96
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
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.

0 comments on commit 574fd96

Please sign in to comment.