diff --git a/modular_nova/modules/customization/modules/clothing/~donator/donator_clothing.dm b/modular_nova/modules/customization/modules/clothing/~donator/donator_clothing.dm index 6723c01f081..3cd891e699b 100644 --- a/modular_nova/modules/customization/modules/clothing/~donator/donator_clothing.dm +++ b/modular_nova/modules/customization/modules/clothing/~donator/donator_clothing.dm @@ -2197,3 +2197,14 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/korpstech, 32) 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' + +// Donation reward for jaklz +/obj/item/clothing/neck/tattered + name = "worn corporate cloak" + desc = "A worn, battle-torn cloak. Complete with light red trimmings, tears, burns, and even some holes through out it's design, it clearly has seen better days. You can practically smell the despair, a hint of welding fuel, and a bit of a pine smell." + worn_icon = 'modular_nova/master_files/icons/donator/mob/clothing/neck.dmi' + icon = 'modular_nova/master_files/icons/donator/obj/clothing/cloaks.dmi' + lefthand_file = 'modular_nova/master_files/icons/donator/mob/inhands/donator_left.dmi' + righthand_file = 'modular_nova/master_files/icons/donator/mob/inhands/donator_right.dmi' + icon_state = "tattered_cloak" + inhand_icon_state = "tattered_cloak" diff --git a/modular_nova/modules/loadouts/loadout_items/donator/personal/donator_personal.dm b/modular_nova/modules/loadouts/loadout_items/donator/personal/donator_personal.dm index 022890c535c..685b012d86f 100644 --- a/modular_nova/modules/loadouts/loadout_items/donator/personal/donator_personal.dm +++ b/modular_nova/modules/loadouts/loadout_items/donator/personal/donator_personal.dm @@ -91,3 +91,189 @@ name = "Holocigar" item_path = /obj/item/holocigarette/masvedishcigar // Asked it to be public, and as such has no whitelist. +<<<<<<< HEAD +======= + +/datum/loadout_item/suit/lt3_armor + name = "Silver Jacket Mk II" + item_path = /obj/item/clothing/suit/armor/skyy + ckeywhitelist = list("lt3") + restricted_roles = list(JOB_HEAD_OF_PERSONNEL, JOB_NT_REP) + +/datum/loadout_item/suit/lt3_jacket + name = "Silver Jacket" + item_path = /obj/item/clothing/suit/jacket/skyy + ckeywhitelist = list("lt3") + +/datum/loadout_item/under/miscellaneous/lt3_jeans + name = "Silver Jeans" + item_path = /obj/item/clothing/under/pants/skyy + ckeywhitelist = list("lt3") + +/datum/loadout_item/gloves/lt3_gloves + name = "Charcoal Fingerless Gloves" + item_path = /obj/item/clothing/gloves/skyy + ckeywhitelist = list("lt3") + +/datum/loadout_item/toys/switchcomb + name = "Switchblade Comb" + item_path = /obj/item/hairbrush/switchblade + ckeywhitelist = list("stonetear") + +/datum/loadout_item/suit/colorblockhoodie + name = "Color-Block Hoodie" + item_path = /obj/item/clothing/suit/hooded/colorblockhoodie + ckeywhitelist = list("lolpopomg101") + +/datum/loadout_item/inhand/officialcat + name = "Official Cat Stamp" + item_path = /obj/item/stamp/cat + ckeywhitelist = list("kathrinbailey") + +/datum/loadout_item/inhand/sqn_box + name = "A curious box of things." + item_path = /obj/item/storage/box/donator/sqn + ckeywhitelist = list("sqnztb") + +/datum/loadout_item/under/jumpsuit/noble_gambeson + name = "Noble Gambeson" + item_path = /obj/item/clothing/under/rank/civilian/chaplain/divine_archer/noble + ckeywhitelist = list("grasshand") + +/datum/loadout_item/shoes/noble_boots + name = "Noble Boots" + item_path = /obj/item/clothing/shoes/jackboots/noble + ckeywhitelist = list("grasshand") + +/datum/loadout_item/suit/nobility_dresscoat + name = "Nobility Dresscoat" + item_path = /obj/item/clothing/suit/toggle/labcoat/vic_dresscoat_donator + ckeywhitelist = list("nikotheguydude") + +/datum/loadout_item/suit/anubite_headpiece + name = "Anubite Headpiece" + item_path = /obj/item/clothing/head/anubite + ckeywhitelist = list("vexcint") + +/datum/loadout_item/under/formal/dragon_maid + name = "Dragon Maid Uniform" + item_path = /obj/item/clothing/under/costume/dragon_maid + ckeywhitelist = list("sigmaralkahest") + +/datum/loadout_item/head/catear_headphone + name = "Cat-Ear Headphones" + item_path = /obj/item/instrument/piano_synth/headphones/catear_headphone + ckeywhitelist = list("dtfe") + +/datum/loadout_item/neck/trenchcoat + name = "Secure Trenchcoat" + item_path = /obj/item/clothing/neck/trenchcoat + ckeywhitelist = list("Smol42") + +/datum/loadout_item/under/jumpsuit/old_qm_jumpskirt + name = "Old Quartermaster's Jumpskirt" + item_path = /obj/item/clothing/under/rank/cargo/qm/skirt/old + ckeywhitelist = list("jasohavents") + +/datum/loadout_item/pocket_items/toaster_implant + name = "Toaster Implant" + item_path = /obj/item/implanter/toaster + ckeywhitelist = list("jasohavents") + +/datum/loadout_item/pocket_items/theurgic_crystal + name = "Theurgic Stone" + item_path = /obj/item/organ/cyberimp/arm/shard/donator/theurgic_crystal + ckeywhitelist = list("sciamach") + +/datum/loadout_item/toys/delphic_synth + name = "Surgery Synth Plushie" + item_path = /obj/item/toy/plush/nova/donator/delphic_synth + ckeywhitelist = list("sciamach") + +/datum/loadout_item/under/miscellaneous/rem + name = "M.I.A. Limiter" + item_path = /obj/item/clothing/under/rem + ckeywhitelist = list("ignari") + +/datum/loadout_item/shoes/rem + name = "M.I.A. Heels" + item_path = /obj/item/clothing/shoes/rem_shoes + ckeywhitelist = list("ignari") + +/datum/loadout_item/under/miscellaneous/bwake + name = "Compression Bodysuit" + item_path = /obj/item/clothing/under/bwake + ckeywhitelist = list("ignari") + +/datum/loadout_item/inhand/pet/mrfluff_mothroach + 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", "snakebittenn") + +/datum/loadout_item/inhand/drop_pouch + name = "Drop Pouch" + item_path = /obj/item/storage/backpack/satchel/drop_pouch + ckeywhitelist = list("alvcyktor", "snakebittenn") + +/datum/loadout_item/inhand/melonseva + name = "Sundowner SEVA" + item_path = /obj/item/clothing/suit/hooded/seva/melon + ckeywhitelist = list("deadmonwonderland") + restricted_roles = list(JOB_SHAFT_MINER) + + +/datum/loadout_item/suit/desminus + name = "Jómsvíking Coat" + item_path = /obj/item/clothing/suit/toggle/desminus + ckeywhitelist = list("desminus", "junglerat", "deadmonwonderland") + +/datum/loadout_item/suit/desminus2 + name = "Elderwood Garment" + item_path = /obj/item/clothing/suit/toggle/desminus2 + ckeywhitelist = list("desminus", "junglerat", "deadmonwonderland") + +/datum/loadout_item/pocket_items/akarimod + name = "Akari's MOD Refitter" + item_path = /obj/item/mod/skin_applier/akari + ckeywhitelist = list("samman166", "cainedclxvi") + +/datum/loadout_item/pocket_items/mrsanderp_cookbook + name = "Riva Family Cookbook" + item_path = /obj/item/book/granter/crafting_recipe/mrsanderp_donator_cookbook + ckeywhitelist = list("mrsanderp") + +/datum/loadout_item/under/jumpsuit/half_leotard + 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") + +/datum/loadout_item/pocket_items/jumperbox + name = "Jumper Conversation Kit Box" + item_path = /obj/item/mod/skin_applier/jumper + ckeywhitelist = list("bonkaitheroris") + +/datum/loadout_item/pocket_items/starfruit_seed + name = "Primidine Starfruit Seed" + item_path = /obj/item/seeds/starfruit + ckeywhitelist = list("snailomi", "thedragmeme", "DayDream21", "Sketchy_Axoltol", "Tesla825") + +/datum/loadout_item/suit/butter + name = "Butter Costume" + item_path = /obj/item/clothing/suit/costume/butter + ckeywhitelist = list("drpmstr", "pyritechimera") + +/datum/loadout_item/neck/tattered + name = "Worn Corporate Cloak" + item_path = /obj/item/clothing/neck/tattered + ckeywhitelist = list("jaklz") +>>>>>>> 0adfa3440f5 (Adds donor item for jaklz (#4689))