test (mod order?)
This commit is contained in:
parent
9c28fc0af7
commit
5af7863653
|
|
@ -1,3 +1,4 @@
|
|||
runAfterLoad(function() {
|
||||
if(enabledMods.includes("mods/fey_and_more.js")) {
|
||||
elements.primordial_birthpool = {
|
||||
color:["#5E7453","#5E745D","#5E744B","#6C7C50","#6C7C59","#6C7C47"],
|
||||
|
|
@ -34,3 +35,4 @@ if(enabledMods.includes("mods/fey_and_more.js")) {
|
|||
|
||||
elements.birthpool.reactions.primordial_soup = { "elem1":"primordial_birthpool", "elem2":"primordial_birthpool" }
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue