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:
Hawk-v3
2012-01-25 23:17:04 +00:00
parent 6ae9a3fc0c
commit 27beb7f3fd
4 changed files with 2515 additions and 2511 deletions
+1 -1
View File
@@ -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))
+13 -13
View File
@@ -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)