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 ###