mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Shuttle now can only be late when arriving
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user