Nerfed changeling transformation string by making it temporary.

This commit is contained in:
BurgerLua
2019-07-05 16:49:02 -07:00
parent 01c2d96e34
commit f4307f919b
4 changed files with 66 additions and 19 deletions
+1 -3
View File
@@ -34,9 +34,7 @@
var/overdosed = 0 // You fucked up and this is now triggering its overdose effects, purge that shit quick.
var/self_consuming = FALSE
var/metabolizing = FALSE
var/invisible = FALSE //Set to true if it doesn't appear on handheld health analyzers.
/datum/reagent/Destroy() // This should only be called by the holder, so it's already handled clearing its references
. = ..()