Missed a good place to check is_incorporeal

This commit is contained in:
Aronai Sieyes
2020-03-13 15:27:10 -04:00
parent 8b916d8c23
commit 6917c3ebf1
+1 -1
View File
@@ -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.