Merge pull request #9268 from Thalpy/FERMICHEMCurTweaks

[READY] [Please merge me] Fermichem tweaks: Purity, Astral, RNG, MK, SMilk, SDGF, furranium, hatmium, eigen, nanite.
This commit is contained in:
kevinz000
2019-11-26 16:01:48 -07:00
committed by GitHub
22 changed files with 279 additions and 189 deletions
@@ -61,6 +61,9 @@
/datum/nanite_program/purging/active_effect()
host_mob.adjustToxLoss(-1)
for(var/datum/reagent/R in host_mob.reagents.reagent_list)
if(R.id == "nanite_b_gone")
host_mob.adjustToxLoss(4)
continue
host_mob.reagents.remove_reagent(R.id,1)
/datum/nanite_program/brain_heal