diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index 0100b1c099..2d084878a4 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -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 } }, diff --git a/script/content.coffee b/script/content.coffee index cbbbde661a..7db4eec2ef 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -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