fix(mystery): typo

This commit is contained in:
Tyler Renelle
2014-10-24 20:37:50 -06:00
parent 3c249725af
commit d6b41fd63f
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -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
}
},
+1 -1
View File
@@ -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