runAfterLoad to hopefully reduce "eLiStS.fAiRy NoT dEfInED" errors
This commit is contained in:
parent
d17f4c2764
commit
3295f32bc9
|
|
@ -289,9 +289,11 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod)
|
||||||
|
|
||||||
//Post-generation tasks
|
//Post-generation tasks
|
||||||
//Manual eLists.FAIRY updates
|
//Manual eLists.FAIRY updates
|
||||||
eLists.FAIRY.push("acid_fairy");
|
runAfterLoad(function() {
|
||||||
eLists.FAIRY.push("oil_fairy");
|
eLists.FAIRY.push("acid_fairy");
|
||||||
eLists.FAIRY.push("honey_fairy");
|
eLists.FAIRY.push("oil_fairy");
|
||||||
|
eLists.FAIRY.push("honey_fairy");
|
||||||
|
});
|
||||||
|
|
||||||
//Revamp fairykill
|
//Revamp fairykill
|
||||||
behaviors.FAIRYKILL_OLD = behaviors.FAIRYKILL;
|
behaviors.FAIRYKILL_OLD = behaviors.FAIRYKILL;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue