test (mod order?)

This commit is contained in:
O-01-67 2022-09-04 16:56:53 -04:00 committed by GitHub
parent 9c28fc0af7
commit 5af7863653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 35 deletions

View File

@ -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" }
};
});