Updates l_move_time to use world.time

This commit is contained in:
mwerezak
2014-06-20 12:12:31 -04:00
committed by ZomgPonies
parent aa7a7b3cee
commit 6d44eea078
4 changed files with 5 additions and 5 deletions
@@ -1371,7 +1371,7 @@
return
usr << "Don't move until counting is finished."
var/time = world.timeofday
var/time = world.time
sleep(60)
if(usr.l_move_time >= time) //checks if our mob has moved during the sleep()
usr << "You moved while counting. Try again."