mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +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:
@@ -79,8 +79,8 @@ proc/trigger_armed_response_team()
|
||||
if(!nuke)
|
||||
nuke = locate() in world
|
||||
var/obj/item/weapon/paper/P = new
|
||||
P.info = "The nuclear authorization code is: <b>[nuke.r_code]</b>"
|
||||
P.name = "nuclear bomb code"
|
||||
P.info = "Your orders, Commander, are to use all necessary tools given to return the station to a survivable condition. <br> To this end, you have been provided with the best tools we can give in the three areas of Medical Engineering and Security. The nuclear authorization code is: <b>[nuke.r_code]</b>. Be warned, if you detonate this without good reason, we will hold you to account for damages. Memorise this code, and then burn this message."
|
||||
P.name = "Emergency Nuclear Code, and ERT Orders"
|
||||
for (var/obj/effect/landmark/A in world)
|
||||
if (A.name == "nukecode")
|
||||
P.loc = A.loc
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
+2499
-2495
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user