From f1e55759fb7acf17811def83d420a936574e4b7f Mon Sep 17 00:00:00 2001 From: Nekonico <163950752+DBNekonico@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:33:53 -0800 Subject: [PATCH] new bless bugfix --- mods/biology.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mods/biology.js b/mods/biology.js index 097799f4..4c73fa9a 100644 --- a/mods/biology.js +++ b/mods/biology.js @@ -8030,4 +8030,9 @@ if (!elements.stench.reactions) { elements.infection.reactions = {} } elements.stench.reactions.intestines = { elem1:[null,null,null,null,null,null,"foam"], chance:0.015, }; elements.stench.reactions.stomach_valve = { elem1:[null,null,null,null,null,null,"foam"], chance:0.05, }; +elements.bless.reactions.poop = { elem2:null } +elements.bless.reactions.excreted_poop = { elem2:null } + elements.dna.reactions.juice = { "elem1": null, "elem2": "elixir", chance:0.01 }; + +elements.acid.ignore = ["herbi_stomach","carni_stomach","decomposer_stomach","amphib_skin","amphib_dermis","acidic_flesh","acid_vessel","explosive_stomach","stomach_valve","stomach_lining","throat_lining","glass","rad_glass","glass_shard","rad_shard","stained_glass","baked_clay","acid_gas","neutral_acid","acid_cloud","water","salt_water","sugar_water","dirty_water","copper","gold","porcelain","plastic","bead","microplastic","molten_plastic","pool_water","chlorine","hydrogen","gold_coin","silver","nickel","calcium","bone","earthquake","tornado","tsunami","liquid_light","sensor"]