mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 18:14:25 +01:00
POLARIS: "0x32" is not a valid single-bit flag
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
src.lying = 1
|
||||
src.blinded = 1
|
||||
else
|
||||
if (src.paralysis || src.stunned || src.weakened || (status_flags && FAKEDEATH)) //Stunned etc.
|
||||
if (src.paralysis || src.stunned || src.weakened || (status_flags & FAKEDEATH)) //Stunned etc.
|
||||
if (src.stunned > 0)
|
||||
src.stat = 0
|
||||
if (src.weakened > 0)
|
||||
|
||||
Reference in New Issue
Block a user