mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Add special back
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user