fix(ultimateGear): add last:true to the only back piece
This commit is contained in:
Vendored
+2
-1
@@ -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
|
||||
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user