renamed twiggy shoulders

This commit is contained in:
Hrom 2024-01-09 23:54:32 +00:00 committed by flo
parent 12a4c5a256
commit 88c5a2e009
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

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