Merge branch 'master' into 'master'

fixed item quality to match others

See merge request veloren/veloren!3511
This commit is contained in:
Christof Petig 2023-09-12 21:33:21 +00:00
commit 744ede6a0b

View File

@ -5,7 +5,7 @@ ItemDef(
kind: Shoulder, kind: Shoulder,
stats: FromSet("Twigs Leaves"), stats: FromSet("Twigs Leaves"),
)), )),
quality: Common, quality: Moderate,
tags: [ tags: [
SalvageInto(Twig, 1), SalvageInto(Twig, 1),
], ],