diff options
author | ana <ana@ana.st> | 2021-08-09 11:48:02 +0200 |
---|---|---|
committer | ana <ana@ana.st> | 2021-08-09 11:48:02 +0200 |
commit | d3b0218d4a09a66c7c1aad33ea706ca4e2965e1b (patch) | |
tree | bf616382f179bbf1c2bfee4b2b1288773a0c1656 | |
parent | a782c81bdbb14a5104309f11f5ea8ac43bebd939 (diff) | |
download | eureka-marks-d3b0218d4a09a66c7c1aad33ea706ca4e2965e1b.tar.gz |
fix: fill in the mammet's complete name
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | src/hydatos.bestiary.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1531a6d..2f0c420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The site always runs on the latest released version. ### Fixed - Added level ranges for enemies in Hydatos that needed them. +- Fixed Mammet #013BL's name not being displayed correctly. ## [1.0.0] - 2021-08-09 diff --git a/src/hydatos.bestiary.js b/src/hydatos.bestiary.js index e83047d..100a453 100644 --- a/src/hydatos.bestiary.js +++ b/src/hydatos.bestiary.js @@ -148,7 +148,7 @@ export default [ }, { level: 58, - name: "Mammet ", + name: "Mammet #013BL", type: 1, elem: "Ice", conditions: { day: [], night: [0, 1, 7, 5, 6] }, |