diff options
author | David Gay <david@davidgay.org> | 2021-07-14 17:28:12 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-07-14 17:28:12 -0400 |
commit | ef7f5398d7950ea205e51d08b18e8b42b0798b08 (patch) | |
tree | 43e75994987bcefdc3da7800745f3b4971aac50f | |
parent | b8aa0a69cbdc8b145592ac142c397e0520021fdd (diff) |
Replace "Floret Region" with "Floret" in leviathan-hunting activity
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | data/activities/general.yml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c770b45..873be09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ All notable changes to this project will be documented in this file. - A location can now only have one living leviathan at a time. - A character can now only hunt up to two different leviathans in a 24 hour period. +### Activities +- Changed references to "Floret Region" in leviathan hunting activity to just "Floret", as per the rename. + ### Hearth - Hearths now have locations, like characters do. All existing hearths are now located at Floret. diff --git a/data/activities/general.yml b/data/activities/general.yml index 6f624a1..e9ed163 100644 --- a/data/activities/general.yml +++ b/data/activities/general.yml @@ -2524,8 +2524,8 @@ craft_dusted_templis: - gid: "spicework" value: 14 beastslay_leviathan_floret: - name: "Hunt a Leviathan in the Floret Region" - description: "You are hunting down a leviathan ravaging the Floret Region." + name: "Hunt a Leviathan in Floret" + description: "You are hunting down a leviathan ravaging Floret." whatnot: requirements: - type: "skill" |