Skip to content

Commit e1a7760

Browse files
committed
Fix random tips issue (Thanks to Alundaio)
1 parent 0e47874 commit e1a7760

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/gamedata/scripts/loadscreen.script

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
math.randomseed(os.time())
2+
13
tips_table = {
24
[1] = "all",
35
[2] = "all",

0 commit comments

Comments
 (0)