mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Moves the posion bottle to the main uplink (#21088)
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user