diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index e8717fc8..09b90969 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -465,15 +465,15 @@ export_price = 5000 /////////////////////////Clown tech///////////////////////// -/datum/techweb_node/clown - id = "clown" - display_name = "Clown Technology" - description = "Honk?!" - prereq_ids = list("base") - design_ids = list("air_horn", "honker_main", "honker_peri", "honker_targ", "honk_chassis", "honk_head", "honk_torso", "honk_left_arm", "honk_right_arm", - "honk_left_leg", "honk_right_leg", "mech_banana_mortar", "mech_mousetrap_mortar", "mech_honker", "mech_punching_face", "implant_trombone", "borg_transform_clown") - research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500) - export_price = 5000 +// /datum/techweb_node/clown +// id = "clown" +// display_name = "Clown Technology" +// description = "Honk?!" +// prereq_ids = list("base") +// design_ids = list("air_horn", "honker_main", "honker_peri", "honker_targ", "honk_chassis", "honk_head", "honk_torso", "honk_left_arm", "honk_right_arm", +// "honk_left_leg", "honk_right_leg", "mech_banana_mortar", "mech_mousetrap_mortar", "mech_honker", "mech_punching_face", "implant_trombone", "borg_transform_clown") +// research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500) +// export_price = 5000 ////////////////////////Computer tech//////////////////////// /datum/techweb_node/comptech diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 1965b561..ec67278c 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -169,4 +169,42 @@ datum/gear/lyricalpawsring path = /obj/item/clothing/suit/hooded/occultrobes ckeywhitelist = list("relquen") */ -//Commented out all Donator items \ No newline at end of file +//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") + + + +//GS13: donator items and other ckey-locked junk +/datum/gear/gatobadge_employee //these are available only to admins with CC-related characters + name = "GATO Badge - Employee" + category = SLOT_IN_BACKPACK + path = /obj/item/clothing/accessory/medal/gato_badge/employee + ckeywhitelist = list("sonoida") +/datum/gear/gatobadge_middleman //these are available to players who were granted permission to have their characters to CC + name = "GATO Badge - Correspondent" + category = SLOT_IN_BACKPACK + path = /obj/item/clothing/accessory/medal/gato_badge/middleman + ckeywhitelist = list("sonoida, johnjimjim") + +/datum/gear/halsey_overcoat + name = "Halsey's Commander Overcoat" + category = SLOT_IN_BACKPACK + path = /obj/item/clothing/suit/chloe/halsey + ckeywhitelist = list("yeeny") + +//sorry for defining this here, just thought it'd be more convenient +/obj/item/clothing/suit/chloe/halsey //sorry to whoever chloe is, but that coat is far too badass not to be used + name = "Halsey's Commander Overcoat" + desc = "A Ginormous red overcoat that looks fit for a commander. Has a tag on it that reads: 'Property of Halsey Harmonten. Please return if lost!'" + armor = list("melee" = 20, "bullet" = 20, "laser" = 0,"energy" = 20, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 20, "acid" = 0) //worn by a captain player, might as well recompensate not wearing the carapace + +/datum/gear/rose_plush + name = "Rose Plush" + category = SLOT_IN_BACKPACK + path = /obj/item/toy/plush/rose + ckeywhitelist = list("eremitanovem") diff --git a/tgstation.dme b/tgstation.dme index 125ce895..9159dda6 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3327,6 +3327,7 @@ #include "modular_citadel\code\modules\client\preferences.dm" #include "modular_citadel\code\modules\client\preferences_savefile.dm" #include "modular_citadel\code\modules\client\preferences_toggles.dm" +#include "modular_citadel\code\modules\client\loadout\__donator.dm" #include "modular_citadel\code\modules\client\loadout\_cargo.dm" #include "modular_citadel\code\modules\client\loadout\_command.dm" #include "modular_citadel\code\modules\client\loadout\_engi.dm"