mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Stasis Fix (#11313)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user