Add clover to possible values
This commit is contained in:
parent
ca2898a60e
commit
d9a8c15c69
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const spin = new TouchBarButton({
|
||||||
})
|
})
|
||||||
|
|
||||||
const getRandomValue = () => {
|
const getRandomValue = () => {
|
||||||
const values = ['🍒', '💎', '7️⃣', '🍊', '🔔', '⭐', '🍇']
|
const values = ['🍒', '💎', '7️⃣', '🍊', '🔔', '⭐', '🍇', '🍀']
|
||||||
return values[Math.floor(Math.random() * values.length)]
|
return values[Math.floor(Math.random() * values.length)]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue