Skip to content

Commit

Permalink
Fix travel bag weight (#280)
Browse files Browse the repository at this point in the history
Error: 10 lb, not 100 lb. UT97
  • Loading branch information
5crownik007 authored Jan 21, 2024
1 parent 9e21ecd commit 22d4340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Ultra Tech/Ultra Tech Equipment.eqp
Original file line number Diff line number Diff line change
Expand Up @@ -49559,7 +49559,7 @@
],
"quantity": 1,
"value": 1200,
"weight": "100 lb",
"weight": "10 lb",
"prereqs": {
"type": "prereq_list",
"all": true,
Expand All @@ -49576,7 +49576,7 @@
},
"calc": {
"extended_value": 1200,
"extended_weight": "100 lb"
"extended_weight": "10 lb"
}
},
{
Expand Down

0 comments on commit 22d4340

Please sign in to comment.