Shuttle now can only be late when arriving

This commit is contained in:
mwerezak
2014-07-13 07:12:30 -04:00
committed by ZomgPonies
parent b3ce8db989
commit e0afb0632b
+4 -4
View File
@@ -46,11 +46,11 @@
while (world.time <= arrive_time)
sleep(5)
//late
if (prob(late_chance))
sleep(rand(0,max_late_time))
if (destination != away_area)
//late
if (prob(late_chance))
sleep(rand(0,max_late_time))
move(away_area, destination)
moving_status = SHUTTLE_IDLE