Merge pull request #5507 from mwerezak/supply-shuttle-fix

Supply shuttle fixes
This commit is contained in:
Mloc
2014-07-05 23:16:42 +01:00
2 changed files with 12 additions and 7 deletions

View File

@@ -47,11 +47,11 @@
sleep(5)
if (destination != away_area)
//late
if (prob(late_chance))
sleep(rand(0,max_late_time))
move(away_area, destination)
//late
if (prob(late_chance))
sleep(rand(0,max_late_time))
moving_status = SHUTTLE_IDLE