diff --git a/oil/explore.lua b/oil/explore.lua index 0047225..bc2407f 100644 --- a/oil/explore.lua +++ b/oil/explore.lua @@ -51,6 +51,8 @@ local function oil_amount(pos) local amount = math.random(OIL_MIN, OIL_MAX) return amount end + -- Generate new randomseed after use + math.randomseed(os.time()) return 0 end