Merge branch 'jcoxeye/fix-small-leather-pouch-salvage' into 'master'

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

See merge request veloren/veloren!4228
This commit is contained in:
flo 2023-12-25 21:55:41 +00:00
commit 4df808ce2e

View File

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