diff --git a/mods/randomness_but_tick.js b/mods/randomness_but_tick.js index 4a0fe96d..d11a14df 100644 --- a/mods/randomness_but_tick.js +++ b/mods/randomness_but_tick.js @@ -789,6 +789,9 @@ elements.colder_bomb = { if(steppedOn == true || landed == true) { fire = ["cold_fire","cold_fire","cold_fire","snow","liquid_nitrogen"] smoke = ["cold_fire","snow","liquid_nitrogen"] + if(enabledMods.includes("mods/some_tf_liquids.js")) { + fire.push("gelid_cryotheum") + } radius = 15 x = pixel.x y = pixel.y