From 7353bbd9d1d4ca33f98d32a4f11907d633f2e914 Mon Sep 17 00:00:00 2001 From: MisterE Date: Wed, 1 Jun 2022 18:34:12 -0400 Subject: [PATCH] fix randomseed crash --- items.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items.lua b/items.lua index d016058..e3cac7b 100644 --- a/items.lua +++ b/items.lua @@ -146,7 +146,7 @@ local balloon = { --Setup fallspeed on_activate = function(self, staticdata, dtime_s) - math.randomseed(os.time()) + math.randomseed = os.time() local point_chance = math.random(1,3) if point_chance == 1 then self._points = "10"