mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Fixes an exoplanet runtime. (#18372)
Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
if(istype(T) && T.zone && T.zone.contents.len > (maxx*maxy*0.25)) //if it's a zone quarter of zlevel, good enough odds it's planetary main one
|
||||
Z = T.zone
|
||||
break
|
||||
if(Z && !Z.fire_tiles.len && !atmosphere.compare(Z.air)) //let fire die out first if there is one
|
||||
if(Z && !length(Z.fire_tiles) && !atmosphere.compare(Z.air)) //let fire die out first if there is one
|
||||
var/datum/gas_mixture/daddy = new() //make a fake 'planet' zone gas
|
||||
daddy.copy_from(atmosphere)
|
||||
daddy.group_multiplier = Z.air.group_multiplier
|
||||
|
||||
Reference in New Issue
Block a user