diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index cc75e1bf..9f1a6945 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -11,440 +11,3 @@ category = SLOT_IN_BACKPACK path = /obj/item/bikehorn geargroupID = list("DONORTEST") //This is a list mainly for the sake of testing, but geargroupID works just fine with ordinary strings - -/datum/gear/kevhorn - name = "Airhorn" - category = SLOT_IN_BACKPACK - path = /obj/item/bikehorn/airhorn - ckeywhitelist = list("kevinz000") - -/datum/gear/cebusoap - name = "Cebutris' soap" - category = SLOT_IN_BACKPACK - path = /obj/item/custom/ceb_soap - ckeywhitelist = list("cebutris") - -/datum/gear/kiaracloak - name = "Kiara's cloak" - category = SLOT_NECK - path = /obj/item/clothing/neck/cloak/inferno - ckeywhitelist = list("inferno707") - -/datum/gear/kiaracollar - name = "Kiara's collar" - category = SLOT_NECK - path = /obj/item/clothing/neck/petcollar/inferno - ckeywhitelist = list("inferno707") - -/datum/gear/kiaramedal - name = "Insignia of Steele" - category = SLOT_IN_BACKPACK - path = /obj/item/clothing/accessory/medal/steele - ckeywhitelist = list("inferno707") - -/datum/gear/hheart - name = "The Hollow Heart" - category = SLOT_WEAR_MASK - path = /obj/item/clothing/mask/hheart - ckeywhitelist = list("inferno707") - -/datum/gear/engravedzippo - name = "Engraved zippo" - category = SLOT_HANDS - path = /obj/item/lighter/gold - ckeywhitelist = list("dirtyoldharry") - -/datum/gear/geisha - name = "Geisha suit" - category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/geisha - ckeywhitelist = list("atiefling") - -/datum/gear/specialscarf - name = "Special scarf" - category = SLOT_NECK - path = /obj/item/clothing/neck/scarf/zomb - ckeywhitelist = list("zombierobin") - -/datum/gear/redmadcoat - name = "The Mad's labcoat" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/toggle/labcoat/mad/red - ckeywhitelist = list("zombierobin") - -/datum/gear/santahat - name = "Santa hat" - category = SLOT_HEAD - path = /obj/item/clothing/head/santa/fluff - ckeywhitelist = list("illotafv") - -/datum/gear/reindeerhat - name = "Reindeer hat" - category = SLOT_HEAD - path = /obj/item/clothing/head/hardhat/reindeer/fluff - ckeywhitelist = list("illotafv") - -/datum/gear/treeplushie - name = "Christmas tree plushie" - category = SLOT_IN_BACKPACK - path = /obj/item/toy/plush/tree - ckeywhitelist = list("illotafv") - -/datum/gear/santaoutfit - name = "Santa costume" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/space/santa/fluff - ckeywhitelist = list("illotafv") - -/datum/gear/treecloak - name = "Christmas tree cloak" - category = SLOT_NECK - path = /obj/item/clothing/neck/cloak/festive - ckeywhitelist = list("illotafv") - -/datum/gear/carrotplush - name = "Carrot plushie" - category = SLOT_IN_BACKPACK - path = /obj/item/toy/plush/carrot - ckeywhitelist = list("improvedname") - -/datum/gear/carrotcloak - name = "Carrot cloak" - category = SLOT_NECK - path = /obj/item/clothing/neck/cloak/carrot - ckeywhitelist = list("improvedname") - -/datum/gear/albortorosamask - name = "Alborto Rosa mask" - category = SLOT_WEAR_MASK - path = /obj/item/clothing/mask/luchador/zigfie - ckeywhitelist = list("zigfie") - -/datum/gear/mankini - name = "Mankini" - category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/mankini - ckeywhitelist = list("zigfie") - -/datum/gear/pinkshoes - name = "Pink shoes" - category = SLOT_SHOES - path = /obj/item/clothing/shoes/sneakers/pink - ckeywhitelist = list("zigfie") - -/datum/gear/reecesgreatcoat - name = "Reece's Great Coat" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/trenchcoat/green - ckeywhitelist = list("geemiesif") - -/datum/gear/russianflask - name = "Russian flask" - category = SLOT_IN_BACKPACK - path = /obj/item/reagent_containers/food/drinks/flask/russian - cost = 2 - ckeywhitelist = list("slomka") - -/datum/gear/stalkermask - name = "S.T.A.L.K.E.R. mask" - category = SLOT_WEAR_MASK - path = /obj/item/clothing/mask/gas/stalker - ckeywhitelist = list("slomka") - -/datum/gear/stripedcollar - name = "Striped collar" - category = SLOT_NECK - path = /obj/item/clothing/neck/petcollar/stripe - ckeywhitelist = list("jademanique") - -/datum/gear/performersoutfit - name = "Bluish performer's outfit" - category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/singery/custom - ckeywhitelist = list("killer402402") - -/datum/gear/vermillion - name = "Vermillion clothing" - category = SLOT_W_UNIFORM - path = /obj/item/clothing/suit/vermillion - ckeywhitelist = list("fractious") - -/datum/gear/AM4B - name = "Foam Force AM4-B" - category = SLOT_IN_BACKPACK - path = /obj/item/gun/ballistic/automatic/AM4B - ckeywhitelist = list("zeronetalpha") - -/datum/gear/carrotsatchel - name = "Carrot Satchel" - category = SLOT_HANDS - path = /obj/item/storage/backpack/satchel/carrot - ckeywhitelist = list("improvedname") - -/datum/gear/naomisweater - name = "worn black sweater" - category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/bb_sweater/black/naomi - ckeywhitelist = list("technicalmagi") - -/datum/gear/naomicollar - name = "worn pet collar" - category = SLOT_NECK - path = /obj/item/clothing/neck/petcollar/naomi - ckeywhitelist = list("technicalmagi") - -/datum/gear/gladiator - name = "Gladiator Armor" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/under/gladiator - ckeywhitelist = list("aroche") - -/datum/gear/bloodredtie - name = "Blood Red Tie" - category = SLOT_NECK - path = /obj/item/clothing/neck/tie/bloodred - ckeywhitelist = list("kyutness") - -/datum/gear/puffydress - name = "Puffy Dress" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/puffydress - ckeywhitelist = list("stallingratt") - -/datum/gear/labredblack - name = "Black and Red Coat" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/toggle/labcoat/labredblack - ckeywhitelist = list("blakeryan", "durandalphor") - -/datum/gear/torisword - name = "Rainbow Zweihander" - category = SLOT_IN_BACKPACK - path = /obj/item/twohanded/dualsaber/hypereutactic/toy/rainbow - ckeywhitelist = list("annoymous35") - -/datum/gear/darksabre - name = "Dark Sabre" - category = SLOT_IN_BACKPACK - path = /obj/item/toy/darksabre - ckeywhitelist = list("inferno707") - -datum/gear/darksabresheath - name = "Dark Sabre Sheath" - category = SLOT_IN_BACKPACK - path = /obj/item/storage/belt/sabre/darksabre - ckeywhitelist = list("inferno707") - -/datum/gear/toriball - name = "Rainbow Tennis Ball" - category = SLOT_IN_BACKPACK - path = /obj/item/toy/tennis/rainbow - ckeywhitelist = list("annoymous35") - -/datum/gear/izzyball - name = "Katlin's Ball" - category = SLOT_IN_BACKPACK - path = /obj/item/toy/tennis/rainbow/izzy - ckeywhitelist = list("izzyinbox") - -/datum/gear/cloak - name = "Green Cloak" - category = SLOT_NECK - path = /obj/item/clothing/neck/cloak/green - ckeywhitelist = list("killer402402") - -/datum/gear/steelflask - name = "Steel Flask" - category = SLOT_IN_BACKPACK - path = /obj/item/reagent_containers/food/drinks/flask/steel - cost = 2 - ckeywhitelist = list("nik707") - -/datum/gear/paperhat - name = "Paper Hat" - category = SLOT_HEAD - path = /obj/item/clothing/head/paperhat - ckeywhitelist = list("kered2") - -/datum/gear/cloakce - name = "Polychromic CE Cloak" - category = SLOT_IN_BACKPACK - path = /obj/item/clothing/neck/cloak/polychromic/polyce - ckeywhitelist = list("worksbythesea", "blakeryan") - -/datum/gear/ssk - name = "Stun Sword Kit" - category = SLOT_IN_BACKPACK - path = /obj/item/ssword_kit - ckeywhitelist = list("phillip458") - -/datum/gear/techcoat - name = "Techomancers Labcoat" - category = SLOT_IN_BACKPACK - path = /obj/item/clothing/suit/toggle/labcoat/mad/techcoat - ckeywhitelist = list("wilchen") - -/datum/gear/leechjar - name = "Jar of Leeches" - category = SLOT_IN_BACKPACK - path = /obj/item/custom/leechjar - ckeywhitelist = list("sgtryder") - -/datum/gear/darkarmor - name = "Dark Armor" - category = SLOT_IN_BACKPACK - path = /obj/item/clothing/suit/armor/vest/darkcarapace - ckeywhitelist = list("inferno707") - -/datum/gear/devilwings - name = "Strange Wings" - category = SLOT_NECK - path = /obj/item/clothing/neck/devilwings - ckeywhitelist = list("kitsun") - -/datum/gear/flagcape - name = "US Flag Cape" - category = SLOT_IN_BACKPACK - path = /obj/item/bedsheet/custom/flagcape - ckeywhitelist = list("darnchacha") - -/datum/gear/luckyjack - name = "Lucky Jackboots" - category = SLOT_IN_BACKPACK - path = /obj/item/clothing/shoes/lucky - ckeywhitelist = list("donaldtrumpthecommunist") - -/datum/gear/raiqbawks - name = "Miami Boombox" - category = SLOT_HANDS - cost = 2 - path = /obj/item/boombox/raiq - ckeywhitelist = list("chefferz") - -/datum/gear/m41 - name = "Toy M41" - category = SLOT_IN_BACKPACK - path = /obj/item/toy/gun/m41 - ckeywhitelist = list("thalverscholen") - -/datum/gear/Divine_robes - name = "Divine robes" - category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/lunasune - ckeywhitelist = list("invader4352") - -/datum/gear/gothcoat - name = "Goth Coat" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/gothcoat - ckeywhitelist = list("norko") - -/datum/gear/corgisuit - name = "Corgi Suit" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/hooded/ian_costume - ckeywhitelist = list("cathodetherobot") - -/datum/gear/sharkcloth - name = "Leon's Skimpy Outfit" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/under/leoskimpy - ckeywhitelist = list("spectrosis") - -/datum/gear/mimemask - name = "Mime Mask" - category = SLOT_WEAR_MASK - path = /obj/item/clothing/mask/gas/mime - ckeywhitelist = list("pireamaineach") - -/datum/gear/mimeoveralls - name = "Mime's Overalls" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/under/mimeoveralls - ckeywhitelist = list("pireamaineach") - -/datum/gear/soulneck - name = "Soul Necklace" - category = SLOT_NECK - path = /obj/item/clothing/neck/undertale - ckeywhitelist = list("twilightic") - -/datum/gear/frenchberet - name = "French Beret" - category = SLOT_HEAD - path = /obj/item/clothing/head/frenchberet - ckeywhitelist = list("notazoltan") - -/datum/gear/zuliecloak - name = "Project: Zul-E" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/hooded/cloak/zuliecloak - ckeywhitelist = list("asky") - -/datum/gear/blackredgold - name = "Black, Red, and Gold Coat" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/blackredgold - ckeywhitelist = list("ttbnc") - -/datum/gear/fritzplush - name = "Fritz Plushie" - category = SLOT_IN_BACKPACK - path = /obj/item/toy/plush/mammal/dog/fritz - ckeywhitelist = list("analwerewolf") - -/datum/gear/kimono - name = "Kimono" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/kimono - ckeywhitelist = list("sfox63") - -/datum/gear/commjacket - name = "Dusty Commisar's Cloak" - category = SLOT_WEAR_SUIT - path = /obj/item/clothing/suit/commjacket - ckeywhitelist = list("sadisticbatter") - -/datum/gear/mw2_russian_para - name = "Russian Paratrooper Jumper" - category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/mw2_russian_para - ckeywhitelist = list("investigator77") - -/datum/gear/longblackgloves - name = "Luna's Gauntlets" - category = SLOT_GLOVES - path = /obj/item/clothing/gloves/longblackgloves - ckeywhitelist = list("bigmanclancy") - -/datum/gear/trendy_fit - name = "Trendy Fit" - category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/trendy_fit - ckeywhitelist = list("midgetdragon") - -/datum/gear/singery - name = "Yellow Performer Outfit" - category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/singery - ckeywhitelist = list("maxlynchy") - -/datum/gear/csheet - name = "NT Bedsheet" - category = SLOT_NECK - path = /obj/item/bedsheet/captain - ckeywhitelist = list("tikibomb") - -/datum/gear/borgplush - name = "Robot Plush" - category = SLOT_IN_BACKPACK - path = /obj/item/toy/plush/borgplushie - ckeywhitelist = list("nicholaiavenicci") - -/datum/gear/donorberet - name = "Atmos Beret" - category = SLOT_HEAD - path = /obj/item/clothing/head/blueberet - ckeywhitelist = list("foxystalin") - -