mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-11 14:39:37 +00:00
fix(ultimateGear): add last:true to the only back piece
This commit is contained in:
parent
fdc47b4d29
commit
27da784cf6
2 changed files with 3 additions and 2 deletions
3
dist/habitrpg-shared.js
vendored
3
dist/habitrpg-shared.js
vendored
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
###
|
||||
|
|
|
|||
Loading…
Reference in a new issue