Small leather pouches salvage into simple leather as opposed to thick leather

This commit is contained in:
Jeffrey Cox 2023-12-25 21:55:41 +00:00 committed by flo
parent 7cb22906d2
commit 31c04f1ffb

View File

@ -8,7 +8,7 @@ ItemDef(
quality: Common,
tags: [
Bag,
SalvageInto(Leather, 1),
SalvageInto(Rawhide, 1),
],
slots: 6,
)