You can't defy lack of gravity through the power of love. (#55037)

About The Pull Request

Title. Law of conservation of energy, not handholding.
Why It's Good For The Game

This will close #53192.
Changelog

🆑
fix: You can't defy lack of gravity through the power of love.
/🆑
This commit is contained in:
Ghom
2020-11-20 09:41:22 +01:00
committed by GitHub
parent ab2ce0f23f
commit a83f2abdc1
+1 -1
View File
@@ -617,7 +617,7 @@
if(has_gravity(src))
return TRUE
if(pulledby)
if(pulledby && (pulledby.pulledby != src || moving_from_pull))
return TRUE
if(throwing)