Skip to content

Commit

Permalink
Fix backpack capacity (for real that time) (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Nov 4, 2023
1 parent 7f46899 commit c8cb35a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- type: Sprite
sprite: Corvax/Back/Backpacks/military.rsi
- type: Storage
maxTotalWeight: 131
maxTotalWeight: 44

- type: entity
parent: ClothingBackpack
Expand All @@ -18,7 +18,7 @@
- type: Sprite
sprite: Corvax/Back/Backpacks/deathsquad-backpack.rsi
- type: Storage
maxTotalWeight: 300
maxTotalWeight: 84

- type: entity
parent: ClothingBackpack
Expand All @@ -28,5 +28,3 @@
components:
- type: Sprite
sprite: Corvax/Back/Backpacks/ce.rsi
- type: Storage
maxTotalWeight: 100
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- type: Sprite
sprite: Corvax/Back/Duffels/military.rsi
- type: Storage
maxTotalWeight: 200
maxTotalWeight: 56

- type: entity
parent: ClothingBackpackDuffel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- type: Sprite
sprite: Corvax/Back/Satchels/military.rsi
- type: Storage
maxTotalWeight: 131
maxTotalWeight: 44

- type: entity
parent: ClothingBackpackSatchel
Expand All @@ -17,4 +17,3 @@
components:
- type: Sprite
sprite: Corvax/Back/Satchels/ce.rsi
state: icon

0 comments on commit c8cb35a

Please sign in to comment.