diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | src/pyros.bestiary.js | 2 |
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, |