mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
No-gravity now properly ignores missing leg slowdown (#83882)
## About The Pull Request Fixes #74911. ## Why It's Good For The Game Issue #74911 confirms that the slowdown from missing legs is a bug, and I'd like to fix it.
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
/datum/movespeed_modifier/limbless
|
||||
variable = TRUE
|
||||
movetypes = GROUND
|
||||
blacklisted_movetypes = FLOATING
|
||||
flags = IGNORE_NOSLOW
|
||||
|
||||
/datum/movespeed_modifier/simplemob_varspeed
|
||||
|
||||
Reference in New Issue
Block a user