mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
renamed twiggy shoulders
This commit is contained in:
parent
12a4c5a256
commit
88c5a2e009
@ -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
|
||||
|
||||
|
@ -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),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user