diff options
Diffstat (limited to 'src/macroknight/systems.hy')
-rw-r--r-- | src/macroknight/systems.hy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macroknight/systems.hy b/src/macroknight/systems.hy index 91d4e8c..b967504 100644 --- a/src/macroknight/systems.hy +++ b/src/macroknight/systems.hy @@ -31,7 +31,7 @@ ~@body))) (defsystem apply-gravity - (not entity.fixed) + (not (or entity.fixed entity.managed)) (.move entity #(0 GRAVITY))) (defsystem apply-collisions |