mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] more 516 compat (#9914)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7adbee0911
commit
5c1ab76e5d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user