mob
Move()
var/sp=6-src.speed
sleep(sp) //Have also tried spawn here, neither work
..()
Problem description:
Supposedly, this should just slow the player down, which it does, but any time the player isnt moving in straight lines it causes the movement to jerk and bug out.