mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
chore(grunt): grunt
This commit is contained in:
parent
51b2b9bda1
commit
b4eb2256c6
1 changed files with 6 additions and 8 deletions
14
dist/habitrpg-shared.js
vendored
14
dist/habitrpg-shared.js
vendored
|
|
@ -9857,10 +9857,6 @@ events = {
|
|||
winter2015: {
|
||||
start: '2014-12-21',
|
||||
end: '2015-02-02'
|
||||
},
|
||||
birthday2015: {
|
||||
start: '2015-01-30',
|
||||
end: '2015-02-01'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -10925,10 +10921,12 @@ gear = {
|
|||
con: 15
|
||||
},
|
||||
birthday2015: {
|
||||
event: events.birthday2015,
|
||||
text: t('armorSpecialBirthday2015Text'),
|
||||
notes: t('armorSpecialBirthday2015Notes'),
|
||||
value: 0
|
||||
value: 0,
|
||||
canOwn: (function(u) {
|
||||
return u.items.gear.owned.head_special_birthday2015 != null;
|
||||
})
|
||||
},
|
||||
gaymerx: {
|
||||
event: events.gaymerx,
|
||||
|
|
@ -16857,5 +16855,5 @@ api.wrap = function(user, main) {
|
|||
};
|
||||
|
||||
|
||||
}).call(this,require("/Users/blade/habitrpg/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
|
||||
},{"./content.coffee":5,"./i18n.coffee":6,"/Users/blade/habitrpg/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])
|
||||
}).call(this,require("/home/sabrecat/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
|
||||
},{"./content.coffee":5,"./i18n.coffee":6,"/home/sabrecat/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])
|
||||
Loading…
Reference in a new issue