Skip to content
Snippets Groups Projects
Commit 0fa602a1 authored by syuilo's avatar syuilo
Browse files

tweak flash omikuji preset

parent d6002963
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ let choices = [
]
// シードが「ユーザー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))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment