Corentin Cailleaud commited on
Commit
95df5ee
·
1 Parent(s): d0c3bc2
Files changed (1) hide show
  1. cubzh.lua +2 -2
cubzh.lua CHANGED
@@ -4,12 +4,12 @@ Modules = {
4
  floating_island_generator = "github.com/caillef/cubzh-library/floating_island_generator:82d22a5",
5
  }
6
 
7
- math.randomseed(Time.Unix())
8
-
9
  Config = {
10
  Items = { "pratamacam.squirrel" },
11
  }
12
 
 
 
13
  local easy_onboarding = {}
14
 
15
  local currentStep = 0
 
4
  floating_island_generator = "github.com/caillef/cubzh-library/floating_island_generator:82d22a5",
5
  }
6
 
 
 
7
  Config = {
8
  Items = { "pratamacam.squirrel" },
9
  }
10
 
11
+ math.randomseed(Time.UnixMilli() * 0.1)
12
+
13
  local easy_onboarding = {}
14
 
15
  local currentStep = 0