From ac8eb9a04634bb75f37f244fc4450200d3526d9a Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Mon, 22 May 2023 16:25:23 -0400 Subject: [PATCH] Moves the posion bottle to the main uplink (#21088) --- code/datums/uplink_items/uplink_general.dm | 7 +++++++ code/datums/uplink_items/uplink_traitor.dm | 10 ---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/code/datums/uplink_items/uplink_general.dm b/code/datums/uplink_items/uplink_general.dm index be49d1aaa29..4e8540d9dc0 100644 --- a/code/datums/uplink_items/uplink_general.dm +++ b/code/datums/uplink_items/uplink_general.dm @@ -319,6 +319,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) item = /obj/item/gun/syringe/rapidsyringe/preloaded/half cost = 8 +/datum/uplink_item/stealthy_weapons/poisonbottle + name = "Poison Bottle" + desc = "The Syndicate will ship a bottle containing 40 units of a randomly selected poison. The poison can range from highly irritating to incredibly lethal." + reference = "TPB" + item = /obj/item/reagent_containers/glass/bottle/traitor + cost = 2 + /datum/uplink_item/stealthy_weapons/silencer name = "Universal Suppressor" desc = "Fitted for use on any small caliber weapon with a threaded barrel, this suppressor will silence the shots of the weapon for increased stealth and superior ambushing capability." diff --git a/code/datums/uplink_items/uplink_traitor.dm b/code/datums/uplink_items/uplink_traitor.dm index 5ca12d454f3..53048ff1115 100644 --- a/code/datums/uplink_items/uplink_traitor.dm +++ b/code/datums/uplink_items/uplink_traitor.dm @@ -259,16 +259,6 @@ cost = 8 job = list("Scientist", "Research Director", "Geneticist", "Chief Medical Officer", "Medical Doctor", "Psychiatrist", "Chemist", "Paramedic", "Coroner", "Virologist") -//Tator Poison Bottles - -/datum/uplink_item/jobspecific/poisonbottle - name = "Poison Bottle" - desc = "The Syndicate will ship a bottle containing 40 units of a randomly selected poison. The poison can range from highly irritating to incredibly lethal." - reference = "TPB" - item = /obj/item/reagent_containers/glass/bottle/traitor - cost = 2 - job = list("Research Director", "Chief Medical Officer", "Medical Doctor", "Psychiatrist", "Chemist", "Paramedic", "Virologist", "Bartender", "Chef") - // Paper contact poison pen /datum/uplink_item/jobspecific/poison_pen