mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
ERT edits.
Changed the chemical amounts and added some info to each team's section, plus cloner and Cure Machine to Shuttle.
This commit is contained in:
@@ -1513,7 +1513,7 @@ datum
|
||||
on_mob_life(var/mob/living/M as mob)
|
||||
if(!M) M = holder.my_atom
|
||||
M:bodytemperature -= 50 //This and the following two lines need to be checked and tinkered with so that the Cryo-In-A-Syringe
|
||||
if(prob(40)) // leaves someone at 100% healthy from anything up to in heavy crit (-75%)
|
||||
if(prob(5)) // leaves someone at 100% healthy from anything up to in heavy crit (-75%)
|
||||
M.take_organ_damage(0, 1)
|
||||
if(prob(80) && istype(M, /mob/living/carbon/metroid))
|
||||
M.adjustFireLoss(rand(5,20))
|
||||
|
||||
@@ -2139,21 +2139,21 @@
|
||||
icon_state = "bottle[rand(1,20)]"
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/ert/quikheal
|
||||
name = "quikheal bottle"
|
||||
desc = "Seems to be a strange mix of delicious goodness."
|
||||
name = "Quikheal bottle"
|
||||
desc = "Seems to be a strange mix of delicious goodness. Smells woozy."
|
||||
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("bicaridine", 10)
|
||||
reagents.add_reagent("bicaridine", 8)
|
||||
reagents.add_reagent("dexalinp", 5)
|
||||
reagents.add_reagent("dermaline", 10)
|
||||
reagents.add_reagent("arithrazine", 10)
|
||||
reagents.add_reagent("inaprovaline", 10)
|
||||
reagents.add_reagent("cryptobiolin", 5)
|
||||
reagents.add_reagent("dermaline", 8)
|
||||
reagents.add_reagent("arithrazine", 8)
|
||||
reagents.add_reagent("inaprovaline", 8)
|
||||
reagents.add_reagent("cryptobiolin", 13)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/ert/boost
|
||||
name = "combat boost bottle"
|
||||
desc = "Seems to be a strange mix of delicious goodness."
|
||||
name = "Combat Boost bottle"
|
||||
desc = "Seems to be a strange mix of delicious goodness. It... Pulses slightly before your eyes."
|
||||
|
||||
New()
|
||||
..()
|
||||
@@ -2164,13 +2164,13 @@
|
||||
reagents.add_reagent("mutagen", 10)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/ert/cryo
|
||||
name = "cryo in a bottle"
|
||||
desc = "Seems to be a strange mix of delicious goodness."
|
||||
name = "Cryo-in-a-bottle"
|
||||
desc = "Seems to be a strange mix of delicious goodness. It's freezing cold to the touch."
|
||||
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("clonexadone", 20)
|
||||
reagents.add_reagent("liquidnitrogen", 20)
|
||||
reagents.add_reagent("clonexadone", 25)
|
||||
reagents.add_reagent("liquidnitrogen", 15)
|
||||
reagents.add_reagent("chloralhydrate", 10)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user