Skip to content

Commit

Permalink
Так лучше.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Jan 27, 2025
1 parent f32378d commit 6348f22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 50 deletions.
4 changes: 3 additions & 1 deletion code/modules/mob/living/living_movement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
if(MOVE_INTENT_SNEAK)
mod = 6

movement_speed_function()
mod+(STASPD * 0.2 - 2)
//maximum speed is achieved at 15spd, everything else results in insanity
add_movespeed_modifier(MOVESPEED_ID_MOB_WALK_RUN_CONFIG_SPEED, TRUE, 100, override = TRUE, multiplicative_slowdown = mod)

/mob/living/proc/update_turf_movespeed(turf/open/T)
if(isopenturf(T))
Expand Down
49 changes: 0 additions & 49 deletions modular_redmoon/code/modules/mob/living/living_movement.dm

This file was deleted.

0 comments on commit 6348f22

Please sign in to comment.