Skip to content

Commit

Permalink
Merge pull request #3555 from YourPalHolidays/alpha
Browse files Browse the repository at this point in the history
Thot'Lottee Donor Gear
  • Loading branch information
BDpuffy420 committed May 14, 2024
2 parents f8fc595 + a1970a4 commit 34d3174
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions code/modules/halo/clothing/donor_covenant.dm
Original file line number Diff line number Diff line change
Expand Up @@ -972,5 +972,68 @@
/obj/item/clothing/shoes/jiralhanae/covenant/captain/domodyl
)

///////Thot'Lottee\\\\\\\\
//Sangheili Undersuit

/obj/item/clothing/under/covenant/sangheili/thotlottee
icon_state = "sangheili-thotlottee_undersuit"
species_restricted = list ("Sangheili")
body_parts_covered = UPPER_TORSO | LOWER_TORSO | ARMS | LEGS

//Sangheili (Ultra)

/obj/item/clothing/suit/armor/special/combatharness/ultra/thotlottee
icon_state = "thotlottee_chest_obj"
item_state = "thotlottee_chest"

/obj/item/clothing/head/helmet/sangheili/ultra/thotlottee
icon_state = "thotlottee_helm"
item_state = "thotlottee_helm"

/obj/item/clothing/shoes/sangheili/ultra/thotlottee
icon_state = "thotlottee_legs_obj"
item_state = "thotlottee_legs"

/obj/item/clothing/gloves/thick/sangheili/ultra/thotlottee
icon_state = "thotlottee_gloves_obj"
item_state = "thotlottee_gloves"

//Sangheili (Shipmaster)

/obj/item/clothing/suit/armor/special/combatharness/shipmaster/thotlottee
icon_state = "thotlottee_chest_obj"
item_state = "thotlottee_chest"

//Donor Boxes

/obj/item/weapon/storage/box/large/donator/thotlottee/ultra
startswith = list(/obj/item/clothing/under/covenant/sangheili/thotlottee,
/obj/item/clothing/suit/armor/special/combatharness/ultra/thotlottee,
/obj/item/clothing/head/helmet/sangheili/ultra/thotlottee,
/obj/item/clothing/shoes/sangheili/ultra/thotlottee,
/obj/item/clothing/gloves/thick/sangheili/ultra/thotlottee
)
can_hold = list(/obj/item/clothing/under/covenant/sangheili/thotlottee,
/obj/item/clothing/suit/armor/special/combatharness/ultra/thotlottee,
/obj/item/clothing/head/helmet/sangheili/ultra/thotlottee,
/obj/item/clothing/shoes/sangheili/ultra/thotlottee,
/obj/item/clothing/gloves/thick/sangheili/ultra/thotlottee
)

/obj/item/weapon/storage/box/large/donator/thotlottee/shipmaster
startswith = list(/obj/item/clothing/under/covenant/sangheili/thotlottee,
/obj/item/clothing/suit/armor/special/combatharness/shipmaster/thotlottee,
/obj/item/clothing/head/helmet/sangheili/ultra/thotlottee,
/obj/item/clothing/shoes/sangheili/ultra/thotlottee,
/obj/item/clothing/gloves/thick/sangheili/ultra/thotlottee
)
can_hold = list(/obj/item/clothing/under/covenant/sangheili/thotlottee,
/obj/item/clothing/suit/armor/special/combatharness/shipmaster/thotlottee,
/obj/item/clothing/head/helmet/sangheili/ultra/thotlottee,
/obj/item/clothing/shoes/sangheili/ultra/thotlottee,
/obj/item/clothing/gloves/thick/sangheili/ultra/thotlottee
)

#undef JIRALHANAE_ICON_PATH_OBJ
#undef GRUNT_GEAR_ICON
Binary file not shown.

0 comments on commit 34d3174

Please sign in to comment.