diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index 732d09e78a..0011b06c2e 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -9786,6 +9786,7 @@ var global=self;/** nye: { text: "Absurd Party Hat", notes: "You've received an Absurd Party Hat! Wear it with pride while ringing in the New Year!", + value: 0, canOwn: (function(u) { var _ref; return moment((_ref = u.auth.timestamps) != null ? _ref.created : void 0).isBefore(new Date('01/2/2014')); diff --git a/dist/spritesmith.png b/dist/spritesmith.png index 52729368e9..e365e908fc 100644 Binary files a/dist/spritesmith.png and b/dist/spritesmith.png differ diff --git a/img/project_files/designs/snowballbig.png b/img/project_files/designs/snowballbig.png index da13cef9dd..301e8b34df 100644 Binary files a/img/project_files/designs/snowballbig.png and b/img/project_files/designs/snowballbig.png differ diff --git a/img/sprites/spritesmith/items/inventory_special_snowball.png b/img/sprites/spritesmith/items/inventory_special_snowball.png index 771d590683..81cf784fc2 100644 Binary files a/img/sprites/spritesmith/items/inventory_special_snowball.png and b/img/sprites/spritesmith/items/inventory_special_snowball.png differ diff --git a/script/content.coffee b/script/content.coffee index 5d6fe80ec5..e74c75b6fa 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -131,7 +131,7 @@ gear = 0: text: "Shade Helm", notes:'Blood and ash, lava and obsidian give this helm its imagery and power. Increases INT by 20.', int: 20, value:150, canOwn: ((u)-> +u.backer?.tier >= 45) 1: text: "Crystal Helm", notes:'The favored crown of those who lead by example. Increases all attributes by 6.', con: 6, str: 6, per: 6, int: 6, value:170, canOwn: ((u)-> +u.contributor?.level >= 3) 2: text: "Nameless Helm", notes:'A testament to those who gave of themselves while asking nothing in return. Increases INT and STR by 25 each.', int: 25, str: 25, value:200, canOwn: ((u)-> +u.backer?.tier >= 300) - nye: text: "Absurd Party Hat", notes:"You've received an Absurd Party Hat! Wear it with pride while ringing in the New Year!", canOwn: ((u)-> moment(u.auth.timestamps?.created).isBefore(new Date '01/2/2014')) + nye: text: "Absurd Party Hat", notes:"You've received an Absurd Party Hat! Wear it with pride while ringing in the New Year!", value: 0, canOwn: ((u)-> moment(u.auth.timestamps?.created).isBefore(new Date '01/2/2014')) #candycane: text: "Candy Cane Hat", notes: 'A hat adorned in candy, a wintery treat!', value:10, canOwn: ((u)-> moment(u.auth.timestamps?.created).isBefore(new Date '01/10/2014')) shield: