Skip to content

Commit

Permalink
Donator Item, Smol42 (#25196)
Browse files Browse the repository at this point in the history
* aoaoao

* Update modular_skyrat/modules/customization/modules/clothing/~donator/donator_clothing.dm

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

---------

Co-authored-by: Bloop <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Nov 27, 2023
1 parent 87a3362 commit c8e930c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
Binary file modified modular_skyrat/master_files/icons/donator/mob/clothing/neck.dmi
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1739,3 +1739,26 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/korpstech, 32)
icon_state = "anubite_headpiece"
worn_icon = 'modular_skyrat/master_files/icons/donator/obj/clothing/hats.dmi'
worn_y_offset = 4

// Donator reward Smol42

/obj/item/clothing/neck/trenchcoat
name = "Graceful Trenchcoat"
icon = 'modular_skyrat/master_files/icons/donator/obj/clothing/cloaks.dmi'
worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/neck.dmi'
body_parts_covered = CHEST|GROIN|LEGS|ARMS
uses_advanced_reskins = TRUE
unique_reskin = list(
"White" = list(
RESKIN_ICON_STATE = "trenchcoat_white",
RESKIN_WORN_ICON_STATE = "trenchcoat_white"
),
"Tin variant" = list(
RESKIN_ICON_STATE = "trenchcoat_tin",
RESKIN_WORN_ICON_STATE = "trenchcoat_tin"
),
"Blue variant" = list(
RESKIN_ICON_STATE = "trenchcoat_blue",
RESKIN_WORN_ICON_STATE = "trenchcoat_blue"
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -739,3 +739,8 @@
name = "Cat-Ear Headphones"
item_path = /obj/item/instrument/piano_synth/headphones/catear_headphone
ckeywhitelist = list("dtfe")

/datum/loadout_item/neck/trenchcoat
name = "Graceful Trenchcoat"
item_path = /obj/item/clothing/neck/trenchcoat
ckeywhitelist = list("Smol42", "Awers855")

0 comments on commit c8e930c

Please sign in to comment.