mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 14:04:41 +00:00
Merge pull request #5507 from mwerezak/supply-shuttle-fix
Supply shuttle fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user