fix(mystery): typo
This commit is contained in:
Vendored
+5
-5
@@ -10532,7 +10532,7 @@ gear = {
|
||||
value: 200,
|
||||
canOwn: (function(u) {
|
||||
var _ref;
|
||||
return +((_ref = u.backer) != null ? _ref.tier : void 0) >= 300;
|
||||
return +((_ref = u.backer) != null ? _ref.tier : void 0) >= 300 || (u.items.gear.owned.armor_special_2 != null);
|
||||
})
|
||||
},
|
||||
yeti: {
|
||||
@@ -11509,10 +11509,10 @@ gear = {
|
||||
mystery: mystery['201404'],
|
||||
value: 0
|
||||
},
|
||||
201409: {
|
||||
text: t('backMystery201409Text'),
|
||||
notes: t('backMystery201409Notes'),
|
||||
mystery: mystery['201409'],
|
||||
201410: {
|
||||
text: t('backMystery201410Text'),
|
||||
notes: t('backMystery201410Notes'),
|
||||
mystery: mystery['201410'],
|
||||
value: 0
|
||||
}
|
||||
},
|
||||
|
||||
@@ -298,7 +298,7 @@ gear =
|
||||
mystery:
|
||||
201402: text: t('backMystery201402Text'), notes: t('backMystery201402Notes'), mystery:mystery['201402'], value: 0
|
||||
201404: text: t('backMystery201404Text'), notes: t('backMystery201404Notes'), mystery:mystery['201404'], value: 0
|
||||
201409: text: t('backMystery201409Text'), notes: t('backMystery201409Notes'), mystery:mystery['201409'], value: 0
|
||||
201410: text: t('backMystery201410Text'), notes: t('backMystery201410Notes'), mystery:mystery['201410'], value: 0
|
||||
special:
|
||||
wondercon_red: text: t('backSpecialWonderconRedText'), notes: t('backSpecialWonderconRedNotes'), value: 0, mystery:mystery.wondercon
|
||||
wondercon_black: text: t('backSpecialWonderconBlackText'), notes: t('backSpecialWonderconBlackNotes'), value: 0, mystery:mystery.wondercon
|
||||
|
||||
Reference in New Issue
Block a user