Update code/modules/mob/mob_defines.dm

Co-Authored-By: kevinz000 <2003111+kevinz000@users.noreply.github.com>
This commit is contained in:
Ghom
2020-03-10 17:37:39 +01:00
committed by GitHub
parent c8535275ce
commit aaf494c66b

View File

@@ -38,7 +38,7 @@
var/resting = 0 //Carbon
var/lying = 0
var/lying_prev = 0
var/is_shifted = 0
var/is_shifted = FALSE
//MOVEMENT SPEED
var/list/movespeed_modification //Lazy list, see mob_movespeed.dm