about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-08-09 14:29:37 +0200
committerana <ana@ana.st>2021-08-09 14:29:37 +0200
commit5df9eaf71c28c1daa59a388f066ab966887f62ad (patch)
treecb993349bd1ddf20c84d7dc33bf5899d35e70ad3
parent5bbf1240f040339587a287e9754dd4a7b1fdde61 (diff)
downloadeureka-marks-5df9eaf71c28c1daa59a388f066ab966887f62ad.tar.gz
chore: mechanoguardian adapts at night
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/pyros.bestiary.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5798663..35cda01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The site always runs on the latest released version.
 
 - Added level ranges for enemies in Hydatos that needed them.
 - Fixed Mammet #013BL's name not being displayed correctly.
+- Various condition changes for monsters.
 
 ## [1.0.0] - 2021-08-09
 
diff --git a/src/pyros.bestiary.js b/src/pyros.bestiary.js
index 6b16906..785c5d3 100644
--- a/src/pyros.bestiary.js
+++ b/src/pyros.bestiary.js
@@ -123,7 +123,7 @@ export default [
     name: "Mechanoguardian ",
     type: 2,
     elem: null,
-    conditions: { day: [0, 4, 3, 5], night: [] },
+    conditions: { day: [0, 4, 3, 5], night: [5] },
   },
   {
     level: 40,