[MIRROR] Shapeshifting runtime fix (#3740)

* Shapeshifting runtime fix (#57286)

Fixes a runtime when shapeshifting into any form due to a wrong parenthesis for ventcrawling flags

* Shapeshifting runtime fix

Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-03-01 23:27:04 +01:00
committed by GitHub
parent e880f7918a
commit 8fb327259b
@@ -54,7 +54,7 @@
else
M = Shapeshift(M)
// Are we currently ventcrawling?
if(!M.movement_type & (VENTCRAWLING))
if(!(M.movement_type & VENTCRAWLING))
return
// Can our new form support ventcrawling?