mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Not THAT Slow - Update Movespeed Modifiers for Smooth Movement (#22127)
The /tg/-style movespeed_modifier datums were not incorporated into the original smooth movement PR. While https://github.com/Aurorastation/Aurora.3/pull/22043 restores that functionality, the original values no longer feel good now that we're on smooth movement. This PR halves ALL movespeed_modifier/slowdown datums, with the exception of species-native, as a baseline before more individual adjustments are made.
This commit is contained in:
@@ -399,7 +399,7 @@ Slows you down while being used, and will be automatically retracted if both fee
|
||||
|
||||
/// Movespeed modifier used in the root_to_ground proc. This determines how much the ability slows you down by.
|
||||
/datum/movespeed_modifier/root_to_ground
|
||||
multiplicative_slowdown = 1.5
|
||||
multiplicative_slowdown = 0.375
|
||||
|
||||
/// Engages Diona magboot roots.
|
||||
/mob/living/carbon/human/proc/root_enable()
|
||||
|
||||
Reference in New Issue
Block a user