Closed globalcitizen closed 8 years ago
Currently os.time() and math.random() are used which results in replays of NPC noises while moving. A better RNG from rotLove would be best.
os.time()
math.random()
Seems to be an issue with the RNG ... see https://github.com/paulofmandown/rotLove/issues/11
Sorted.
Currently
os.time()
andmath.random()
are used which results in replays of NPC noises while moving. A better RNG from rotLove would be best.