Joshimuz / mcbingo

A Minecraft Bingo sheet generator
GNU Affero General Public License v3.0
28 stars 19 forks source link

"NeverWearArmour" antisynergy has been fixed #96

Closed rybak closed 3 years ago

rybak commented 3 years ago

Field antisynergy in goals must be an array for it to work correctly with generator_v3.js, otherwise, a TypeError exception is thrown:

TypeError: currentSheet[z].antisynergy.some is not a function

So wrap the string "NeverWearArmour" in square brackets.