From 2da1188bda819b1be60c976ad9ccbeb3a22c02d0 Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Sun, 13 Nov 2022 13:00:07 -0500 Subject: [PATCH] order fixes --- mods/more_fairies.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mods/more_fairies.js b/mods/more_fairies.js index 7efb9037..3208ce56 100644 --- a/mods/more_fairies.js +++ b/mods/more_fairies.js @@ -16,7 +16,6 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod) state: "solid", category: "fey", } - eLists.FAIRY.push("acid_fairy"); elements.oil_fairy = { name: "oil fairy", @@ -29,7 +28,6 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod) state: "solid", category: "fey", } - eLists.FAIRY.push("oil_fairy"); elements.honey_fairy = { name: "honey fairy", @@ -42,7 +40,6 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod) state: "solid", category: "fey", } - eLists.FAIRY.push("honey_fairy"); excludedFairyElements = []; @@ -235,6 +232,11 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod) }; //Post-generation tasks + //Manual eLists.FAIRY updates + eLists.FAIRY.push("acid_fairy"); + eLists.FAIRY.push("oil_fairy"); + eLists.FAIRY.push("honey_fairy"); + //Revamp fairykill behaviors.FAIRYKILL_OLD = behaviors.FAIRYKILL; behaviors.FAIRYKILL = function(pixel) {