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,
stats: FromSet("Twigs Leaves"),
)),
quality: Common,
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],