WELCOME TO PH'S HELL RIDE

This commit is contained in:
Thalpy
2019-06-30 01:56:10 +01:00
parent 696d879874
commit e09f189895
10 changed files with 35 additions and 18 deletions
@@ -250,7 +250,6 @@ Creating a chem with a low purity will make you permanently fall in love with so
return
else
E.enthrallTally += 1
M.adjustBrainLoss(0.1)//Honestly this could be removed, in testing it made everyone brain damaged, but on the other hand, we were chugging tons of it.
..()
/datum/reagent/fermi/enthrall/overdose_start(mob/living/carbon/M)//I made it so the creator is set to gain the status for someone random.
@@ -103,8 +103,9 @@
name = "Synthetic-derived growth factor"
id = "SDGF"
results = list("SDGF" = 0.3)
required_reagents = list("stable_plasma" = 0.5, "slimejelly" = 0.5, "uranium" = 0.5, "synthflesh" = 0.5, "blood" = 0.5)
required_reagents = list("stable_plasma" = 0.15, "slimejelly" = 0.15, "uranium" = 0.15, "synthflesh" = 0.15, "blood" = 0.15)
mix_message = "the reaction gives off a blorble!"
required_temp = 1
//FermiChem vars:
OptimalTempMin = 600 // Lower area of bell curve for determining heat based rate reactions
OptimalTempMax = 630 // Upper end for above
@@ -361,7 +362,7 @@
results = list("nanite_b_gone" = 4)
required_reagents = list("synthflesh" = 1, "uranium" = 1, "iron" = 1, "salglu_solution" = 1)
mix_message = "the reaction gurgles, encapsulating the reagents in flesh before the emp can be set off."
required_temp = 499//To force fermireactions before EMP.
required_temp = 450//To force fermireactions before EMP.
//FermiChem vars:
OptimalTempMin = 500
OptimalTempMax = 600