Skip to content

Commit

Permalink
Added a new rebus: Abominable
Browse files Browse the repository at this point in the history
  • Loading branch information
danthegoodman authored Oct 28, 2018
1 parent b02c9f7 commit 02a560b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/js/rebuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,11 @@ const rebuses = [
{
symbols: ['💵', '+', '🛍️'],
words: ['Money', 'Bag']
}
},
{
symbols: ['🅰️', '+', '💣' , '+', 'in', '+', '🅰️', '+' '🐂'],
words: ['Abominable']
},
];

export function isRebusAnswered(id) {
Expand Down

0 comments on commit 02a560b

Please sign in to comment.