Shadekin Lingering Fire Fix (#12490)

This commit is contained in:
Will
2026-03-09 00:27:14 +01:00
committed by GitHub
parent 4fb15ab06f
commit 3abc84c844
+2 -1
View File
@@ -94,7 +94,8 @@
// Affect contents
for(var/mob/living/L in loc)
L.FireBurn(firelevel, air_contents.temperature, air_contents.return_pressure()) // Burn the mobs!
if(!L.is_incorporeal())
L.FireBurn(firelevel, air_contents.temperature, air_contents.return_pressure()) // Burn the mobs!
loc.fire_act(air_contents, air_contents.temperature, air_contents.volume)
for(var/atom/A in loc)