diff --git a/code/modules/multiz/movement.dm b/code/modules/multiz/movement.dm index fdcd6c7a64..d99eff9569 100644 --- a/code/modules/multiz/movement.dm +++ b/code/modules/multiz/movement.dm @@ -134,7 +134,7 @@ if(incapacitated()) return FALSE - if(hovering) + if(hovering || is_incorporeal()) return TRUE if(flying) //VOREStation Edit. Allows movement up/down with wings.