Add clover to possible values

This commit is contained in:
Kevin Sawicki 2017-03-03 10:54:21 -08:00
parent ca2898a60e
commit d9a8c15c69

View file

@ -65,7 +65,7 @@ const spin = new TouchBarButton({
})
const getRandomValue = () => {
const values = ['🍒', '💎', '7⃣', '🍊', '🔔', '⭐', '🍇']
const values = ['🍒', '💎', '7⃣', '🍊', '🔔', '⭐', '🍇', '🍀']
return values[Math.floor(Math.random() * values.length)]
}