mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
chore(grunt): Compile sprites
This commit is contained in:
17
common/dist/scripts/habitrpg-shared.js
vendored
17
common/dist/scripts/habitrpg-shared.js
vendored
@@ -138,6 +138,11 @@ api.mystery = {
|
||||
end: '2015-02-02',
|
||||
text: 'Starry Knight Set'
|
||||
},
|
||||
201502: {
|
||||
start: '2015-02-24',
|
||||
end: '2015-03-02',
|
||||
text: 'Winged Enchanter Set'
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
@@ -702,6 +707,12 @@ gear = {
|
||||
mystery: '201411',
|
||||
value: 0
|
||||
},
|
||||
201502: {
|
||||
text: t('weaponMystery201502Text'),
|
||||
notes: t('weaponMystery201502Notes'),
|
||||
mystery: '201502',
|
||||
value: 0
|
||||
},
|
||||
301404: {
|
||||
text: t('weaponMystery301404Text'),
|
||||
notes: t('weaponMystery301404Notes'),
|
||||
@@ -2222,6 +2233,12 @@ gear = {
|
||||
mystery: '201409',
|
||||
value: 0
|
||||
},
|
||||
201502: {
|
||||
text: t('headAccessoryMystery201502Text'),
|
||||
notes: t('headAccessoryMystery201502Notes'),
|
||||
mystery: '201502',
|
||||
value: 0
|
||||
},
|
||||
301405: {
|
||||
text: t('headAccessoryMystery301405Text'),
|
||||
notes: t('headAccessoryMystery301405Notes'),
|
||||
|
||||
Reference in New Issue
Block a user