Stasis Fix (#11313)

This commit is contained in:
Geeves
2021-02-27 13:54:47 +01:00
committed by GitHub
parent d88e2f4d99
commit 75e579562e
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -52,8 +52,8 @@
voice = GetVoice()
//No need to update all of these procs if the guy is dead.
if(stat != DEAD)
//No need to update all of these procs if the guy is dead or in stasis
if(stat != DEAD && !InStasis())
//Updates the number of stored chemicals for powers
handle_changeling()