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), ],