This commit is contained in:
quotefox
2019-10-29 06:35:56 +00:00
parent c6943658dd
commit 7879f49cff
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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