idk
This commit is contained in:
parent
e167bbda01
commit
5a770f5c70
|
|
@ -789,6 +789,9 @@ elements.colder_bomb = {
|
||||||
if(steppedOn == true || landed == true) {
|
if(steppedOn == true || landed == true) {
|
||||||
fire = ["cold_fire","cold_fire","cold_fire","snow","liquid_nitrogen"]
|
fire = ["cold_fire","cold_fire","cold_fire","snow","liquid_nitrogen"]
|
||||||
smoke = ["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
|
radius = 15
|
||||||
x = pixel.x
|
x = pixel.x
|
||||||
y = pixel.y
|
y = pixel.y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue