diff --git a/code/datums/components/footstep.dm b/code/datums/components/footstep.dm index a553fe72..fd25f972 100644 --- a/code/datums/components/footstep.dm +++ b/code/datums/components/footstep.dm @@ -3,7 +3,7 @@ var/volume var/e_range -/datum/component/footstep/Initialize(volume_ = 0.5, e_range_ = -1) +/datum/component/footstep/Initialize(volume_ = 0.4, e_range_ = -1) if(!isliving(parent)) return COMPONENT_INCOMPATIBLE volume = volume_ @@ -35,7 +35,7 @@ e -= 4 steps++ - if(steps >= 2) + if(steps >= 3) steps = 0 else diff --git a/icons/mob/human_parts_greyscale.dmi b/icons/mob/human_parts_greyscale.dmi index ce1bc69c..68899e2b 100644 Binary files a/icons/mob/human_parts_greyscale.dmi and b/icons/mob/human_parts_greyscale.dmi differ