Skip to content

Commit

Permalink
Fix mail bag max item size being too small to recieve mails (#995)
Browse files Browse the repository at this point in the history
* Fix mail bag size being too small to recieve mails.

* Update tools.yml

* Update tools.yml

* Update tools.yml

---------

Co-authored-by: Dvir <[email protected]>
  • Loading branch information
Menshin and dvir001 authored Feb 10, 2024
1 parent fb086e7 commit deda6cd
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
- type: Clothing
sprite: Nyanotrasen/Clothing/Belt/mailbag.rsi
quickEquip: false
slots: [belt]
slots:
- belt
- type: Item
size: Large
- type: Storage
maxItemSize: Small
grid:
- 0,0,7,5
- 0,0,5,3
quickInsert: true
areaInsert: true
whitelist:
components:
- Mail
- type: MagnetPickup # Frontier

0 comments on commit deda6cd

Please sign in to comment.