diff options
-rw-r--r-- | constants/Bingo.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/constants/Bingo.json b/constants/Bingo.json index 9fa4440..619b4ef 100644 --- a/constants/Bingo.json +++ b/constants/Bingo.json @@ -34,25 +34,29 @@ "difficulty": "Easy", "note": [ "Collect 200,000 Sugar Cane." - ] + ], + "found": "?" }, "Party Of One": { "difficulty": "Easy", "note": [ "Craft and Eat a Cake." - ] + ], + "found": "?" }, "Moral Support": { "difficulty": "Easy", "note": [ "Say 'Help Wizardman' next to Wizardman NPC found in the rift." - ] + ], + "found": "?" }, "Bad Cleric": { "difficulty": "Easy", "note": [ "Kill 250 Zombie Villagers." - ] + ], + "found": "?" } } } |