Small changes

This commit is contained in:
Fermi
2019-04-23 09:00:13 +01:00
parent 5f706f2f09
commit 4c302a1aa3
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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
. = ..()
@@ -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