mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
test (#21327)
This commit is contained in:
@@ -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 :(
|
||||
|
||||
Reference in New Issue
Block a user