mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +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
|
/datum/movespeed_modifier/limbless
|
||||||
variable = TRUE
|
variable = TRUE
|
||||||
movetypes = GROUND
|
movetypes = GROUND
|
||||||
|
blacklisted_movetypes = FLOATING
|
||||||
flags = IGNORE_NOSLOW
|
flags = IGNORE_NOSLOW
|
||||||
|
|
||||||
/datum/movespeed_modifier/simplemob_varspeed
|
/datum/movespeed_modifier/simplemob_varspeed
|
||||||
|
|||||||
Reference in New Issue
Block a user