[MIRROR] more 516 compat (#9914)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-20 01:29:59 -07:00
committed by GitHub
parent 7adbee0911
commit 5c1ab76e5d
7 changed files with 16 additions and 13 deletions

View File

@@ -176,6 +176,8 @@ If it gains pressure too slowly, it may leak or just rupture instead of explodin
//reduce firelevel.
if(enemy_tile.fire_protection > world.time-30)
firelevel -= 1.5
if(firelevel < 0)
firelevel = 0
continue
//Spread the fire.