about summary refs log tree commit diff stats
path: root/src/anemos.bestiary.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/anemos.bestiary.js')
-rw-r--r--src/anemos.bestiary.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/anemos.bestiary.js b/src/anemos.bestiary.js
index e062580..3890c30 100644
--- a/src/anemos.bestiary.js
+++ b/src/anemos.bestiary.js
@@ -636,6 +636,7 @@ export default [
     type: 0,
     elem: "Any",
     conditions: { day: [], night: [] },
+    spawnConditions: [2],
   },
   {
     level: null,
@@ -643,6 +644,7 @@ export default [
     type: 0,
     elem: "Any",
     conditions: { day: [], night: [] },
+    spawnConditions: [3],
   },
   {
     level: null,
@@ -650,5 +652,6 @@ export default [
     type: 0,
     elem: "Any",
     conditions: { day: [], night: [] },
+    spawnConditions: [1],
   },
 ];