From 88c5a2e00960c1d9b107facc1058ba0d9c490db7 Mon Sep 17 00:00:00 2001 From: Hrom Date: Tue, 9 Jan 2024 23:54:32 +0000 Subject: [PATCH] renamed twiggy shoulders --- CHANGELOG.md | 1 + assets/common/items/armor/twigs/shoulder.ron | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 113d1873f3..0ad39e4695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed french translation "Énergie Consommée" -> "Regain d'Énergie" - Fixed Perforate icon not displaying - Make cave entrances easier to follow +- Renamed Twiggy Shoulders to match the Twig Armor set ## [0.15.0] - 2023-07-01 diff --git a/assets/common/items/armor/twigs/shoulder.ron b/assets/common/items/armor/twigs/shoulder.ron index 282e943691..3d937d1429 100644 --- a/assets/common/items/armor/twigs/shoulder.ron +++ b/assets/common/items/armor/twigs/shoulder.ron @@ -1,11 +1,11 @@ ItemDef( - name: "Twiggy Shoulders", + name: "Twig Shoulders", description: "Spaulders made from tightly tied twigs.", kind: Armor(( kind: Shoulder, stats: FromSet("Twigs"), )), - quality: Common, + quality: Moderate, tags: [ SalvageInto(Twig, 1), ],