Skip to content

Commit

Permalink
adds donator item for AlvCyktor (#2165)
Browse files Browse the repository at this point in the history
* sprites

* code

* changed description

* fix + indentation

* changed name

* requested changes
  • Loading branch information
AlvCyktor authored and StealsThePRs committed Apr 27, 2024
1 parent 562e875 commit 653995c
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
Binary file modified modular_nova/master_files/icons/donator/mob/clothing/belt.dmi
Binary file not shown.
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/belts.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 @@ -2045,3 +2045,20 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/korpstech, 32)
worn_icon = 'modular_nova/master_files/icons/donator/mob/clothing/uniform.dmi'
icon_state = "tacticool_skirtleneck_long"
unique_reskin = null

// donator reward for AlvCyktor
/obj/item/clothing/under/techpants
name = "techwear pants"
desc = "A pair of pants with some belts and fake pouches for added aesthetics."
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 = "techpants"
can_adjust = FALSE

/obj/item/storage/backpack/satchel/drop_pouch
name = "drop pouch"
desc = "A tactical pouch attached to a belt."
icon = 'modular_nova/master_files/icons/donator/obj/clothing/belts.dmi'
worn_icon = 'modular_nova/master_files/icons/donator/mob/clothing/belt.dmi'
icon_state = "dropbag"

Original file line number Diff line number Diff line change
Expand Up @@ -793,3 +793,13 @@
name = "Mr. Fluff"
item_path = /obj/item/clothing/head/mob_holder/pet/donator/centralsmith
ckeywhitelist = list("centralsmith")

/datum/loadout_item/under/jumpsuit/techpants
name = "Techwear Pants"
item_path = /obj/item/clothing/under/techpants
ckeywhitelist = list("alvcyktor")

/datum/loadout_item/inhand/drop_pouch
name = "Drop Pouch"
item_path = /obj/item/storage/backpack/satchel/drop_pouch
ckeywhitelist = list("alvcyktor")

0 comments on commit 653995c

Please sign in to comment.