mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
[Goonchem] Tweaks, Fixes, etc.
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
/datum/medical_effect/headache
|
||||
name = "Headache"
|
||||
triggers = list("cryoxadone" = 10)
|
||||
cures = list("mannitol", "morphine", "acetaminophen", "hydrocodone")
|
||||
cures = list("mannitol", "morphine", "sal_acid", "hydrocodone")
|
||||
cure_message = "Your head stops throbbing..."
|
||||
|
||||
/datum/medical_effect/headache/on_life(mob/living/carbon/human/H, strength)
|
||||
|
||||
@@ -120,7 +120,7 @@ var/list/uplink_items = list()
|
||||
name = "Chef Excellence's Special Sauce"
|
||||
desc = "A custom made sauce made from the toxin glands of 1000 space carp, if somebody ingests enough they'll be dead in 3 minutes or less guaranteed."
|
||||
item = /obj/item/weapon/reagent_containers/food/condiment/syndisauce
|
||||
cost = 4
|
||||
cost = 2
|
||||
job = list("Chef")
|
||||
|
||||
/datum/uplink_item/jobspecific/meatcleaver
|
||||
@@ -130,6 +130,13 @@ var/list/uplink_items = list()
|
||||
cost = 10
|
||||
job = list("Chef")
|
||||
|
||||
/datum/uplink_item/jobspecific/syndidonk
|
||||
name = "Syndicate Donk Pockets"
|
||||
desc = "A box of highly specialized donk pockets with a number of regenerative and stimulating chemicals inside of them; the box comes equipped with a self-heating mechanism."
|
||||
item = /obj/item/weapon/storage/box/syndidonkpockets
|
||||
cost = 2
|
||||
job = list("Chef")
|
||||
|
||||
//Janitor
|
||||
|
||||
/datum/uplink_item/jobspecific/cautionsign
|
||||
@@ -189,7 +196,7 @@ var/list/uplink_items = list()
|
||||
name = "Power Gloves"
|
||||
desc = "Insulated gloves that can utilize the power of the station to deliver a short arc of electricity at a target. Must be standing on a powered cable to use."
|
||||
item = /obj/item/clothing/gloves/color/yellow/power
|
||||
cost = 14
|
||||
cost = 10
|
||||
job = list("Station Engineer","Chief Engineer")
|
||||
|
||||
//RD
|
||||
@@ -477,14 +484,6 @@ var/list/uplink_items = list()
|
||||
item = /obj/item/weapon/storage/backpack/satchel_flat
|
||||
cost = 2
|
||||
|
||||
/* Commented out until a balance fix is found -Mel
|
||||
/datum/uplink_item/stealthy_tools/smdrill
|
||||
name = "Supermatter Drill"
|
||||
desc = "A pocket-sized drill tipped with nanoscopic supermatter crystals, able to cut through reinforced walls."
|
||||
item = /obj/item/weapon/pickaxe/diamonddrill/traitor
|
||||
cost = 6
|
||||
*/
|
||||
|
||||
// DEVICE AND TOOLS
|
||||
|
||||
/datum/uplink_item/device_tools
|
||||
|
||||
Reference in New Issue
Block a user