Skip to content

Commit

Permalink
Маленький фикс вместительности
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelasto committed Nov 6, 2023
1 parent 3f66a28 commit 2da5f8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
map: [ "enabled" ]
- type: Item
sprite: ADT/Objects/Misc/minifire_extinguisher.rsi
size: 5
size: Small
- type: SolutionContainerManager
solutions:
spray:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
scale: 1.3, 1.3
state: patchpack
- type: Item
size: 10
size: Normal
- type: Storage
maxItemSize: Huge
maxTotalWeight: 12
maxItemSize: Small
quickInsert: true
areaInsert: true
whitelist:
Expand All @@ -25,9 +26,6 @@
suffix: Filled
parent: ADTPatchPack
components:
- type: Storage
maxItemSize: Huge #ToDo xTray Need Fix Size
maxTotalWeight: 100
- type: StorageFill
contents:
- id: ADTPatchHealing
Expand All @@ -52,7 +50,7 @@
map: ["enum.SolutionContainerLayers.Fill"]
- type: Item
sprite: ADT/Objects/Specific/Medical/patch.rsi
size: 3
size: Small
- type: SolutionContainerManager
solutions:
pen:
Expand Down

0 comments on commit 2da5f8b

Please sign in to comment.