This commit is contained in:
kevinz000
2020-03-26 12:19:09 -07:00
parent 92b809634b
commit 289d581e66
12 changed files with 188 additions and 75 deletions
+3
View File
@@ -17,6 +17,9 @@
// eg: 10*0.5 = 5 deciseconds of delay
// DOES NOT EFFECT THE BASE 1 DECISECOND DELAY OF NEXT_CLICK
/mob/proc/timeToNextMove()
return max(0, next_move - world.time)
/mob/proc/changeNext_move(num)
next_move = world.time + ((num+next_move_adjust)*next_move_modifier)