From 4c302a1aa3700405de9bb843e844173e1eabbacf Mon Sep 17 00:00:00 2001 From: Fermi Date: Tue, 23 Apr 2019 09:00:13 +0100 Subject: [PATCH] Small changes --- code/modules/reagents/chemistry/reagents.dm | 4 +++- .../code/modules/reagents/chemistry/recipes/fermi.dm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents.dm b/code/modules/reagents/chemistry/reagents.dm index 01810b9713..578904c096 100644 --- a/code/modules/reagents/chemistry/reagents.dm +++ b/code/modules/reagents/chemistry/reagents.dm @@ -33,7 +33,9 @@ var/addiction_stage4_end = 40 var/overdosed = 0 // You fucked up and this is now triggering its overdose effects, purge that shit quick. var/self_consuming = FALSE - var/purity = 1 //Fermichem var + //Fermichem vars: + var/purity = 1 + var/impureChem = "toxin" /datum/reagent/Destroy() // This should only be called by the holder, so it's already handled clearing its references . = ..() diff --git a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm index 37729ef21f..9683c61ecb 100644 --- a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm +++ b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm @@ -45,7 +45,7 @@ RateUpLim = 5 //Optimal/max rate possible if all conditions are perfect FermiChem = TRUE//If the chemical uses the Fermichem reaction mechanics FermiExplode = FALSE //If the chemical explodes in a special way - ImpureChem = "toxin" //What chemical is produced with an inpure reaction + ImpureChem = "SDZF" //What chemical is produced with an inpure reaction /datum/chemical_reaction/BElarger