mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
benos can't grow in stasis
This commit is contained in:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user