mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fire apparently was ignoring fire/temperature resistant things, I was informed of a possible fix (commenting out the call to the FireBurn proc when you are in a tile with fire, thanks Nernums) and should hopefully resolve the issue.
This commit is contained in:
@@ -151,9 +151,11 @@ obj
|
|||||||
else
|
else
|
||||||
del src
|
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)
|
for(var/mob/living/carbon/human/M in loc)
|
||||||
M.FireBurn(min(max(0.1,firelevel / 20),10)) //Burn the humans!
|
M.FireBurn(min(max(0.1,firelevel / 20),10)) //Burn the humans!
|
||||||
|
*/
|
||||||
|
|
||||||
New(newLoc,fl)
|
New(newLoc,fl)
|
||||||
..()
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user