This commit is contained in:
Qwertytoforty
2023-06-13 11:34:39 -04:00
committed by GitHub
parent f51cfd3ed1
commit 2e615289fe
+1 -1
View File
@@ -435,7 +435,7 @@ GLOBAL_LIST_EMPTY(turret_icons)
return
health -= damage_amount
if(damage_amount > 5 && prob(45) && spark_system)
if(damage_amount > 5 && prob(45) && spark_system && damage_flag != FIRE)
spark_system.start()
if(health <= 0)
die() //the death process :(