diff --git a/sim.jl b/sim.jl
index 65efdad8ad58c94ad5566257983d8f67e171ecc7..5424e87602005a56aa28e00f72aa8342e8a76e1a 100644
--- a/sim.jl
+++ b/sim.jl
@@ -80,10 +80,10 @@ include(paths[:dispatcher]*"dispatcher.jl")
 
 
 
-x, y = getValue(index-1, 3, 10, 40, 0, 2*t0, 40)
+x, y = getValue(index-1, 3, 10, 40, 0, 2, 40)
 
 println("$x\t$y")
-random_gens = Dict(:pickup => [:notRandom, y/t0])
+random_gens = Dict(:pickup => [:notRandom, y*t0])
 specs=(;
         map=mymap,
         route_matrix=RM,