Interesting. It seems the proper way to reseed math.random is to use math.randomseed(os.time()), not just math.randomseed() like I had been using. I will push a fix. Hopefully since this is a game-breaking bug, it should be fine for me to update it even though the jam has started?
created a new world and tried to run it. it crashed on the spot and i cant play it
please use packages issue tracker or cdb threads for bug reports
converted review into a thread
Was there an error message or anything?
Interesting. It seems the proper way to reseed
math.randomis to usemath.randomseed(os.time()), not justmath.randomseed()like I had been using. I will push a fix. Hopefully since this is a game-breaking bug, it should be fine for me to update it even though the jam has started?I would really hope so ;-; Theres only 2 instances of
math.randomseed().WHOOPS I forgot the second occurance, let me fix that again.