mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
I said NANOMACHINES, SON (#15541)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
max_stages = 3
|
||||
spread_flags = SPECIAL
|
||||
cure_text = "Saline-Glucose Solution"
|
||||
cures = list("salglu_solution")
|
||||
cures = list("salglu_solution", "syndicate_nanites")
|
||||
cure_chance = 10
|
||||
viable_mobtypes = list(/mob/living/carbon/human)
|
||||
stage_prob = 6
|
||||
@@ -86,7 +86,7 @@
|
||||
max_stages = 3
|
||||
spread_flags = SPECIAL
|
||||
cure_text = "Atropine, Epinephrine, or Heparin"
|
||||
cures = list("atropine", "epinephrine", "heparin")
|
||||
cures = list("atropine", "epinephrine", "heparin", "syndicate_nanites")
|
||||
cure_chance = 10
|
||||
needs_all_cures = FALSE
|
||||
viable_mobtypes = list(/mob/living/carbon/human)
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
icon_state = "borghypo_s"
|
||||
charge_cost = 20
|
||||
recharge_time = 2
|
||||
reagent_ids = list("syndicate_nanites", "potass_iodide", "hydrocodone", "salglu_solution", "epinephrine", "spaceacillin")
|
||||
reagent_ids = list("syndicate_nanites", "potass_iodide", "hydrocodone")
|
||||
bypass_protection = 1
|
||||
|
||||
/obj/item/reagent_containers/borghypo/New()
|
||||
|
||||
Reference in New Issue
Block a user