Skip to content

Commit b472741

Browse files
committed
fix OGW; close aeosynth/spoiler#4
1 parent efc6d2f commit b472741

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/make/custom.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,10 @@ cards.forEach(rawCard => {
5353
}
5454
})
5555

56+
//XXX ideally this would be done when generating the set, but that generator
57+
//keys by name
58+
if (code === 'OGW')
59+
set.common.push('wastes')
60+
5661
fs.writeFileSync('data/cards.json', JSON.stringify(Cards, null, 2))
5762
fs.writeFileSync('data/sets.json', JSON.stringify(Sets, null, 2))

0 commit comments

Comments
 (0)