Skip to content

Commit

Permalink
Merge pull request #3553 from YourPalHolidays/alpha
Browse files Browse the repository at this point in the history
The Alone Random's Donator Gear
  • Loading branch information
BDpuffy420 committed May 1, 2024
2 parents 03c3b3d + 927b5a4 commit 190043d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions code/modules/halo/clothing/donor_unsc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2116,6 +2116,28 @@ obj/item/clothing/head/helmet/odst/donator/roadcone_orange
/obj/item/clothing/shoes/marine/ilikesaying
)

///////////Random516 - TheAloneRandom/////////

//Spartan

/obj/item/clothing/head/helmet/spartan/the_alone_random
icon_state = "alone_random_helm_obj"
item_state = "alone_random_helm_worn"

/obj/item/clothing/suit/armor/special/spartan/the_alone_random
icon_state = "alone_random_armor_obj"
item_state = "alone_random_armor_worn"

/obj/item/weapon/storage/box/large/donator/the_alone_random
startswith = list(\
/obj/item/clothing/head/helmet/spartan/the_alone_random,
/obj/item/clothing/suit/armor/special/spartan/the_alone_random
)
can_hold = list(\
/obj/item/clothing/head/helmet/spartan/the_alone_random,
/obj/item/clothing/suit/armor/special/spartan/the_alone_random
)

#undef ODST_OVERRIDE
#undef ITEM_INHAND
#undef MARINE_OVERRIDE
Expand Down
Binary file modified code/modules/halo/clothing/spartan_armour.dmi
Binary file not shown.

0 comments on commit 190043d

Please sign in to comment.