mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[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:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user