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
. = ..()