From d27cc8bf995067954eb741cbda00340bb2378497 Mon Sep 17 00:00:00 2001 From: evilew Date: Wed, 31 Jan 2024 12:03:22 +0100 Subject: [PATCH] added donator items --- .../code/modules/client/loadout/__donator.dm | 40 ++++++++++++++----- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 53e0b718..baf18b04 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -169,14 +169,7 @@ datum/gear/lyricalpawsring path = /obj/item/clothing/suit/hooded/occultrobes ckeywhitelist = list("relquen") */ -//Commented out all Donator items - -/datum/gear/robes - name = "PLOINK PLOINK PLOINK" - category = SLOT_IN_BACKPACK - path = /obj/item/clothing/suit/hooded/occultrobes - ckeywhitelist = list("sonoida") - +//Commented out all Donator items from Hyper //GS13: donator items and other ckey-locked junk @@ -190,7 +183,6 @@ datum/gear/lyricalpawsring category = SLOT_IN_BACKPACK path = /obj/item/clothing/accessory/medal/gato_badge/middleman ckeywhitelist = list("johnjimjim", "sonoida") - /datum/gear/halsey_overcoat name = "Halsey's Commander Overcoat" category = SLOT_IN_BACKPACK @@ -207,4 +199,32 @@ datum/gear/lyricalpawsring name = "Rose Plush" category = SLOT_IN_BACKPACK path = /obj/item/toy/plush/rose - ckeywhitelist = list("eremitanovem") + ckeywhitelist = list("eremitanovem", "sonoida") +/datum/gear/grimmy_coat + name = "Overcoat of the Destitute" + category = SLOT_IN_BACKPACK + path = /obj/item/clothing/suit/storage/blueshield/grimmy + ckeywhitelist = list("BBGrimmy") + +/obj/item/clothing/suit/storage/blueshield/grimmy + name = "Overcoat of the Destitute" + desc = "Welcome all to the everlasting all-time low. Please put your hands together for the ever-failing one man show: Domino!" + +/datum/gear/tarek_gps + name = "Tarek's GPS" + category = SLOT_IN_BACKPACK + path = /obj/item/gps/mining/tarek + ckeywhitelist = list("e926user25") + +/obj/item/gps/mining/tarek + name = "Tarek's GPS" + desc = "Probably leads to free loot and a dead lizard." + +/datum/gear/milwaukee_crowbar + name = "Milwaukee Pocket Crowbar" + category = SLOT_IN_BACKPACK + path = /obj/item/crowbar/bronze/glaug + ckeywhitelist = list("happytpr") +/obj/item/crowbar/bronze/glaug + name = "Milwaukee Pocket Crowbar" + desc = "Much more expensive. Still serves the same function."