Lets you mix Birthpool and Primordial Soup
Sets the Birthpool density to the PSoup density and sets its state to liquid
This commit is contained in:
parent
5a6f2bef36
commit
014624e6ea
|
|
@ -0,0 +1,11 @@
|
||||||
|
if(enabledMods.includes("mods/fey_and_more.js")) {
|
||||||
|
elements.birthpool.density = elements.primordial_soup.density;
|
||||||
|
elements.birthpool.state = "liquid";
|
||||||
|
};
|
||||||
|
|
||||||
|
runAfterLoad(function() {
|
||||||
|
if(enabledMods.includes("mods/fey_and_more.js")) {
|
||||||
|
elements.birthpool.density = elements.primordial_soup.density;
|
||||||
|
elements.birthpool.state = "liquid";
|
||||||
|
};
|
||||||
|
});
|
||||||
Loading…
Reference in New Issue