This commit is contained in:
Lily-129 2022-02-03 21:55:49 -05:00 committed by GitHub
parent e167bbda01
commit 5a770f5c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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