Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat authored Sep 25, 2023
1 parent c932812 commit 02c3ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/living_movement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

/mob/living/proc/update_turf_movespeed(turf/open/T)
if(isopenturf(T))
add_movespeed_modifier(MOVESPEED_ID_LIVING_TURF_SPEEDMOD, update=TRUE, priority=100, override=TRUE, multiplicative_slowdown=T.slowdown, movetypes=GROUND)
add_movespeed_modifier(MOVESPEED_ID_LIVING_TURF_SPEEDMOD, update=TRUE, priority=100, override=TRUE, multiplicative_slowdown=T.slowdown, movetypes=GROUND, blacklisted_movetypes=(FLYING|FLOATING))
else
remove_movespeed_modifier(MOVESPEED_ID_LIVING_TURF_SPEEDMOD)

Expand Down

0 comments on commit 02c3ad3

Please sign in to comment.