POLARIS: "0x32" is not a valid single-bit flag

This commit is contained in:
Arokha Sieyes
2018-03-17 19:47:31 -04:00
parent 2d83c044df
commit 9366fe1993
3 changed files with 3 additions and 3 deletions
@@ -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)