diff options
author | ana <ana@ana.st> | 2021-08-09 14:56:24 +0200 |
---|---|---|
committer | ana <ana@ana.st> | 2021-08-09 14:56:24 +0200 |
commit | 35a4be3e0d0a081e607521f7fc839a2dee47290f (patch) | |
tree | b97fe08bebd8ddd7a47cebbeb0f7b57af9b54f1f | |
parent | 96e01de0e7ef3a9a5e52fd44c87aae0f7cc91cca (diff) | |
download | eureka-marks-35a4be3e0d0a081e607521f7fc839a2dee47290f.tar.gz |
chore: ...and during the day, too
-rw-r--r-- | src/pyros.bestiary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyros.bestiary.js b/src/pyros.bestiary.js index d335a3a..db35f84 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: [5, 7] }, + conditions: { day: [0, 4, 3, 5, 7], night: [5, 7] }, }, { level: 40, |