tweak flash omikuji preset

This commit is contained in:
syuilo 2023-01-16 10:07:46 +09:00
parent d600296360
commit 0fa602a184
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ let choices = [
] ]
// ID+ // ID+
let random = Math:gen_rng(\`{USER_ID}{Date:day()}\`) let random = Math:gen_rng(\`{USER_ID}{Date:year()}{Date:month()}{Date:day()}\`)
// //
let chosen = choices[random(0 (choices.len - 1))] let chosen = choices[random(0 (choices.len - 1))]