about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-08-09 11:48:02 +0200
committerana <ana@ana.st>2021-08-09 11:48:02 +0200
commitd3b0218d4a09a66c7c1aad33ea706ca4e2965e1b (patch)
treebf616382f179bbf1c2bfee4b2b1288773a0c1656
parenta782c81bdbb14a5104309f11f5ea8ac43bebd939 (diff)
downloadeureka-marks-d3b0218d4a09a66c7c1aad33ea706ca4e2965e1b.tar.gz
fix: fill in the mammet's complete name
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/hydatos.bestiary.js2
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] },