mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(cards): Good Luck card and achievement
This commit is contained in:
@@ -169,6 +169,11 @@ api.cardTypes = {
|
||||
messageOptions: 4,
|
||||
yearRound: true,
|
||||
},
|
||||
goodluck: {
|
||||
key: 'goodluck',
|
||||
messageOptions: 3,
|
||||
yearRound: true,
|
||||
},
|
||||
};
|
||||
|
||||
api.special = api.spells.special;
|
||||
|
||||
Reference in New Issue
Block a user