This commit is contained in:
Fox-McCloud
2016-07-31 11:56:42 -04:00
parent 95dcbbc77b
commit 1da7d26b1e
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -417,6 +417,10 @@
for(var/turf/simulated/turf in range(min(created_volume/10,4),T))
new /obj/effect/hotspot(turf)
/datum/reagent/phlogiston/reaction_mob(mob/living/M, method=TOUCH, volume)
M.IgniteMob()
..()
/datum/reagent/phlogiston/on_mob_life(mob/living/M)
M.adjust_fire_stacks(1)
var/burndmg = max(0.3*M.fire_stacks, 0.3)