mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
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:
@@ -617,7 +617,7 @@
|
||||
if(has_gravity(src))
|
||||
return TRUE
|
||||
|
||||
if(pulledby)
|
||||
if(pulledby && (pulledby.pulledby != src || moving_from_pull))
|
||||
return TRUE
|
||||
|
||||
if(throwing)
|
||||
|
||||
Reference in New Issue
Block a user