feat(cards): Good Luck card and achievement

This commit is contained in:
SabreCat
2017-07-19 18:24:10 +00:00
parent e4d006e5cd
commit 3af756a90d
12 changed files with 77 additions and 8 deletions

View File

@@ -169,6 +169,11 @@ api.cardTypes = {
messageOptions: 4,
yearRound: true,
},
goodluck: {
key: 'goodluck',
messageOptions: 3,
yearRound: true,
},
};
api.special = api.spells.special;