mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
Missed a good place to check is_incorporeal
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user