Skip to content

Commit

Permalink
Fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4zik authored Dec 12, 2024
1 parent 0b04278 commit 89c6ef7
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
- type: SolutionContainerManager
solutions:
drink:
maxVol: 1
maxVol: 5
reagents:
- ReagentId: ADTOrangepackReg
Quantity: 1
Quantity: 5
- type: Item
size: Tiny

Expand All @@ -43,10 +43,10 @@
- type: SolutionContainerManager
solutions:
drink:
maxVol: 1
maxVol: 5
reagents:
- ReagentId: ADTCherrypackReg
Quantity: 1
Quantity: 5
- type: Item
size: Tiny

Expand All @@ -69,10 +69,10 @@
- type: SolutionContainerManager
solutions:
drink:
maxVol: 1
maxVol: 5
reagents:
- ReagentId: ADTWatermelonpackReg
Quantity: 1
Quantity: 5
- type: Item
size: Tiny

Expand Down

0 comments on commit 89c6ef7

Please sign in to comment.