benos can't grow in stasis

This commit is contained in:
shellspeed1
2019-09-27 15:42:20 -07:00
parent 2c2f4f2dde
commit 2292c9ceaa
@@ -4,7 +4,7 @@
set invisibility = 0
if (notransform)
return
if(..()) //not dead
if(..() && !IsInStasis()) //not dead and not in stasis
// GROW!
if(amount_grown < max_grown)
amount_grown++