Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Merge b873d8d into 37a0919
Browse files Browse the repository at this point in the history
  • Loading branch information
wiru committed May 27, 2021
2 parents 37a0919 + b873d8d commit 3754275
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/js/rebuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,18 @@ const rebuses = [
symbols: ['πŸ¦€', '+', 'πŸŽ‚'],
words: ['crab', 'cake'],
hint: 'A delicious appetizer'
},
{
symbols: ['G', 'R', '🍏'],
words: ['grapple'],
hint: "Let's wrestle"
},
{
symbols: ['🌊', '+', 'πŸ§’'],
words: ['season'],
hint: 'Nice time of year'
}

];

export function isRebusAnswered(id) {
Expand Down

0 comments on commit 3754275

Please sign in to comment.