This commit is contained in:
Kreastr
2012-11-07 01:39:56 +02:00
parent 001ea33ce0
commit f82952d347
2 changed files with 2 additions and 13 deletions
+1 -12
View File
@@ -289,17 +289,7 @@
move_delay += 6
move_delay += 1+config.run_speed
if("walk")
<<<<<<< HEAD
move_delay += 7+config.walk_speed
move_delay += mob.movement_delay()
=======
// if(mob.organStructure && mob.organStructure.legs)
// move_delay += mob.organStructure.legs.moveWalkDelay
move_delay += 5
if (mob.movement_delay() != mob.lastmovementdelay)
mob.lastmovementdelay = mob.movement_delay()
@@ -310,7 +300,6 @@
move_delay += mob.lastmovementdelay
move_delay += mob.grav_delay
>>>>>>> animation
if(config.Tickcomp)
move_delay -= 1.3
@@ -525,4 +514,4 @@
prob_slip = 0 // Changing this to zero to make it line up with the comment.
prob_slip = round(prob_slip)
return(prob_slip)
return(prob_slip)