From 372201517c128245c2ecf10dc4273695b30dd6d1 Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Mon, 14 Nov 2022 17:06:11 -0500 Subject: [PATCH] tracking eList --- mods/more_clouds.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mods/more_clouds.js b/mods/more_clouds.js index d5808b56..67e90d11 100644 --- a/mods/more_clouds.js +++ b/mods/more_clouds.js @@ -9,8 +9,9 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod)) cloudIncludeRandom = false } + eLists.CLOUD = ["cloud", "rain_cloud", "snow_cloud", "fire_cloud", "hail_cloud", "acid_cloud", "pyrocumulus"]; var excludedCloudElements = ["snow", "fire", "hail", "acid"]; - var includedClouds = ["cloud", "rain_cloud", "snow_cloud", "fire_cloud", "hail_cloud", "acid_cloud"]; + var includedClouds = ["cloud", "rain_cloud", "snow_cloud", "fire_cloud", "hail_cloud", "acid_cloud", "pyrocumulus"]; var backupCategoryWhitelist = ["land","powders","weapons","food","life","corruption","states","fey","Fantastic Creatures","dyes","energy liquids","random liquids","random gases","random rocks"]; var backupElementWhitelist = ["mercury", "chalcopyrite_ore", "chalcopyrite_dust", "copper_concentrate", "fluxed_copper_concentrate", "unignited_pyrestone", "ignited_pyrestone", "everfire_dust", "extinguished_everfire_dust", "mistake", "polusium_oxide", "vaporized_polusium_oxide", "glowstone_dust", "redstone_dust", "soul_mud", "wet_soul_sand", "nitrogen_snow", "fusion_catalyst", "coal", "coal_coke", "blast_furnace_fuel", "molten_mythril"]; //forces elements that logically should be clouded, but are refused even though the condition is true, to be clouded @@ -185,6 +186,8 @@ if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod)) }; }; + eLists.CLOUD.push(cloudName); + if(!randomExcl) { if(typeof(cloudChoices) === "undefined") { cloudChoices = []