Skip to content

Commit

Permalink
[MIRROR] Hyperhazel's donator item (#4994)
Browse files Browse the repository at this point in the history
* Hyperhazel's donator item (#4290)

* sprites are in there

* now to think of descriptions

* Update donator_personal.dm

* eh good enough im not writing an essay here

* Got the better descriptions

---------

Co-authored-by: Mal <[email protected]>

* [MIRROR] Hyperhazel's donator item

---------

Co-authored-by: Stalkeros <[email protected]>
Co-authored-by: Mal <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
4 people authored Sep 5, 2024
1 parent bdc8b80 commit 43212d4
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 0 deletions.
Binary file modified modular_nova/master_files/icons/donator/mob/clothing/custom_w.dmi
Binary file not shown.
Binary file not shown.
Binary file modified modular_nova/master_files/icons/donator/obj/clothing/necklaces.dmi
Binary file not shown.
Binary file not shown.
Binary file modified modular_nova/master_files/icons/donator/obj/custom.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2171,3 +2171,29 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/korpstech, 32)
flags_1 = IS_PLAYER_COLORABLE_1
supports_variations_flags = NONE
body_parts_covered = CHEST|ARM_RIGHT|HAND_RIGHT|GROIN

/obj/item/clothing/under/costume/shendyt
name = "shendyt"
desc = "Traditional clothing straight from Iaret's home planet. Made from a cotton that's quite effective at insulating against outside temperatures, they have the only disadvantage of being fairly poorly covering.\
<br> Inspired by an ancient culture of old Earth, it's obvious that some modifications were made to the original model. Nevertheless, their bearer wears them with pride. "
icon = 'modular_nova/master_files/icons/donator/obj/clothing/uniform.dmi'
worn_icon = 'modular_nova/master_files/icons/donator/mob/clothing/uniform.dmi'
icon_state = "shendyt"
inhand_icon_state = "labcoat"
can_adjust = FALSE
supports_variations_flags = NONE
body_parts_covered = CHEST|GROIN

/obj/item/clothing/under/costume/shendyt/Initialize(mapload)
. = ..()
var/obj/item/clothing/accessory/bracelets/costume_accessory = new(src)
attach_accessory(costume_accessory)

/obj/item/clothing/accessory/bracelets
name = "golden bracelets"
desc = "An assortment of bracelets, necklaces and other small gold (if not precious metal) jewels. Most often worn as a complement to a shendyt, \
it is possible to come across their owner ringing like a chime if they should happen to lose this garment."
icon_state = "bracelets"
attachment_slot = NONE
icon = 'modular_nova/master_files/icons/donator/obj/custom.dmi'
worn_icon = 'modular_nova/master_files/icons/donator/mob/clothing/custom_w.dmi'
Original file line number Diff line number Diff line change
Expand Up @@ -860,3 +860,8 @@
name = "One-Sleeved Leotard"
item_path = /obj/item/clothing/under/pants/half_leotard_cosmiclaer
ckeywhitelist = list("cosmiclaer")

/datum/loadout_item/under/jumpsuit/shendyt
name = "Shendyt"
item_path = /obj/item/clothing/under/costume/shendyt
ckeywhitelist = list("hyperhazel")

0 comments on commit 43212d4

Please sign in to comment.