From de6206b8774387621feb5b2aded11e9289a9ed25 Mon Sep 17 00:00:00 2001 From: Haijo7 Date: Sun, 7 Aug 2022 00:59:20 +0200 Subject: [PATCH] fixed item quality to match others --- assets/common/items/armor/twigsleaves/shoulder.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/common/items/armor/twigsleaves/shoulder.ron b/assets/common/items/armor/twigsleaves/shoulder.ron index 16a8ccc847..991658732d 100644 --- a/assets/common/items/armor/twigsleaves/shoulder.ron +++ b/assets/common/items/armor/twigsleaves/shoulder.ron @@ -5,7 +5,7 @@ ItemDef( kind: Shoulder, stats: FromSet("Twigs Leaves"), )), - quality: Common, + quality: Moderate, tags: [ ], )