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
+1 -1
View File
@@ -37,7 +37,7 @@
//spawn the cell you want in each vehicle
/obj/vehicle/Move()
if(world.timeofday > l_move_time + move_delay)
if(world.time > l_move_time + move_delay)
if(on && powered && cell.charge < power_use)
turn_off()