mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-22 21:56:53 +00:00
Add special back
This commit is contained in:
parent
3be24456ec
commit
b96d3fc3fc
1 changed files with 2 additions and 14 deletions
|
|
@ -4,24 +4,12 @@ import events from '../events';
|
|||
import {back as baseBack} from './sets/base';
|
||||
|
||||
import {back as mysteryBack} from './sets/mystery';
|
||||
import {back as specialBack} from './sets/special';
|
||||
|
||||
let back = {
|
||||
base: baseBack,
|
||||
mystery: mysteryBack,
|
||||
special: {
|
||||
wondercon_red: {
|
||||
text: t('backSpecialWonderconRedText'),
|
||||
notes: t('backSpecialWonderconRedNotes'),
|
||||
value: 0,
|
||||
mystery: 'wondercon'
|
||||
},
|
||||
wondercon_black: {
|
||||
text: t('backSpecialWonderconBlackText'),
|
||||
notes: t('backSpecialWonderconBlackNotes'),
|
||||
value: 0,
|
||||
mystery: 'wondercon'
|
||||
}
|
||||
}
|
||||
special: specialBack,
|
||||
};
|
||||
|
||||
export default back;
|
||||
|
|
|
|||
Loading…
Reference in a new issue