From 08278642a09e374fa42f746f85a877ac959522a6 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 2 Jun 2021 18:14:23 -0400 Subject: Fix name of arcanite short sword --- CHANGELOG.md | 3 +++ data/items.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfac4a7..f8ec529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. ### Changed - Initiative rolls are now made with a d20 instead of a d10. Therefore, speed is now more important. Previously, once a combatant had a decent speed stat advantage, the roll was fairly easy to call. So this is a buff, but also a nerf. + +### Fixed +- Arcanite short sword was named "iron short sword". ## [0.1.4.1] - 2021-05-31 diff --git a/data/items.yml b/data/items.yml index cc7a175..df2def6 100644 --- a/data/items.yml +++ b/data/items.yml @@ -132,7 +132,7 @@ arcanite_dagger: gid: "power" modifier: 6 arcanite_short_sword: - name: "iron short sword" + name: "arcanite short sword" description: "A short sword made of iron." whatnot: equip_slots: -- cgit v1.2.3