From 27da784cf6e6d3ece8827037cb7a370e8462fd78 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Thu, 27 Feb 2014 08:39:15 -0800 Subject: [PATCH] fix(ultimateGear): add last:true to the only back piece --- dist/habitrpg-shared.js | 3 ++- script/content.coffee | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index 9b012f1648..babae071d2 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -10140,7 +10140,8 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ? 0: { text: "No Back Accessory", notes: 'No Back Accessory.', - value: 0 + value: 0, + last: true } } } diff --git a/script/content.coffee b/script/content.coffee index c9daa0977d..0a6af963ea 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -198,7 +198,7 @@ gear = back: base: - 0: text: "No Back Accessory", notes:'No Back Accessory.', value:0 + 0: text: "No Back Accessory", notes:'No Back Accessory.', value:0, last:true ###