Skip to content

Commit

Permalink
Фикс сетки инвентаря сумки и мессенджера у наёмников (#85)
Browse files Browse the repository at this point in the history
* military messenger

* military satchel
  • Loading branch information
NULL882 authored Nov 16, 2024
1 parent 043caae commit 79d0ea8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
sprite: Corvax/Back/Messenger/military.rsi
- type: Storage
grid:
- 0,0,6,3 # TODO: Change this
- 0,0,1,1
- 0,3,1,4
- 3,0,6,3
- 8,0,9,1
- 8,3,9,4
maxItemSize: Huge
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
sprite: Corvax/Back/Satchels/military.rsi
- type: Storage
grid:
- 0,0,6,3 # TODO: Change this
- 0,0,1,3
- 3,0,6,3
- 8,0,9,3
maxItemSize: Huge

0 comments on commit 79d0ea8

Please sign in to comment.