diff --git a/code/ZAS/Fire.dm b/code/ZAS/Fire.dm index 4d43284d3f..8cf9ffb326 100644 --- a/code/ZAS/Fire.dm +++ b/code/ZAS/Fire.dm @@ -151,9 +151,11 @@ obj else del src +//Should fix fire being extra damaging, temperature of the environment will now be the main source of fire damage. +/* for(var/mob/living/carbon/human/M in loc) M.FireBurn(min(max(0.1,firelevel / 20),10)) //Burn the humans! - +*/ New(newLoc,fl) ..()