Skip to content

Commit

Permalink
Adds donator item (#2023) (#2994)
Browse files Browse the repository at this point in the history
* add long skirt

* how did I even achieve that

Co-authored-by: Tom <[email protected]>
  • Loading branch information
Steals-The-PRs and tf-4 authored Apr 21, 2024
1 parent 527288a commit 040894a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Binary file modified modular_nova/master_files/icons/donator/mob/clothing/uniform.dmi
Binary file not shown.
Binary file modified modular_nova/master_files/icons/donator/obj/clothing/uniform.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2035,3 +2035,12 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/korpstech, 32)
worn_icon = 'modular_nova/master_files/icons/donator/mob/clothing/uniform.dmi'
icon_state = "bwake_uniform"
can_adjust = FALSE

// Donator reward for Latinfishy
/obj/item/clothing/under/syndicate/tacticool/skirt/long
name = "long tacticool skirtleneck"
desc = "A sleek, navy blue turtleneck complete with an extra long black skirt. Just looking at it makes you want to watch your step in case you -trip-."
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 = "tacticool_skirtleneck_long"
unique_reskin = null
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
item_path = /obj/item/clothing/under/syndicate/tacticool/black
ckeywhitelist = list("thedragmeme")

/datum/loadout_item/under/jumpsuit/long_skirtleneck
name = "Tacticool Skirtleneck (Long)"
item_path = /obj/item/clothing/under/syndicate/tacticool/skirt/long
ckeywhitelist = list("HollandaiseSauce", "Latinfishy", "Tf4")

/datum/loadout_item/suit/ryddid
name = "The Ryddid"
item_path = /obj/item/clothing/suit/jacket/ryddid
Expand Down

0 comments on commit 040894a

Please sign in to comment.