mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Added wintery skins to content (#8645)
* Added wintery skins to content * Removed features json * Fixed some name issues
This commit is contained in:
committed by
Sabe Jones
parent
f7281e71e8
commit
024268a51e
@@ -19,4 +19,5 @@ module.exports = prefill({
|
||||
spookySkins: {setPrice: 5, availableUntil: '2016-01-01', text: t('spookySkins')},
|
||||
supernaturalSkins: {setPrice: 5, availableUntil: '2016-11-01', text: t('supernaturalSkins')},
|
||||
splashySkins: {setPrice: 5, availableUntil: '2016-01-01', text: t('splashySkins')},
|
||||
winterySkins: {setPrice: 5, availableFrom: '2015-12-18', availableUntil: '2016-02-02', text: t('winterySkins')},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user