mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] You can't defy lack of gravity through the power of love. (#1742)
* 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. /🆑 * You can't defy lack of gravity through the power of love. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
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