mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
commit
4df808ce2e
@ -8,7 +8,7 @@ ItemDef(
|
||||
quality: Common,
|
||||
tags: [
|
||||
Bag,
|
||||
SalvageInto(Leather, 1),
|
||||
SalvageInto(Rawhide, 1),
|
||||
],
|
||||
slots: 6,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user