Merge pull request #11992 from Ghommie/Ghommie-cit703

reagents value nerf and standardization.
This commit is contained in:
kevinz000
2020-04-25 16:54:14 -07:00
committed by GitHub
19 changed files with 295 additions and 219 deletions
@@ -280,7 +280,7 @@
var/mob/living/carbon/M = owner
//chem calculations
if(!owner.reagents.has_reagent(/datum/chemical_reaction/fermi/enthrall) && !owner.reagents.has_reagent(/datum/reagent/fermi/enthrall/test))
if(!owner.reagents.has_reagent(/datum/chemical_reaction/fermi/enthrall))
if (phase < 3 && phase != 0)
deltaResist += 3//If you've no chem, then you break out quickly
if(prob(5))