Merge pull request #6402 from Crazylemon64/phlog_ignite_fix

Phlog now consistently ignites upon application.
This commit is contained in:
Fox McCloud
2017-02-15 08:35:45 -05:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -178,6 +178,7 @@
..()
/datum/reagent/phlogiston/reaction_mob(mob/living/M, method=TOUCH, volume)
M.adjust_fire_stacks(1)
M.IgniteMob()
..()
@@ -299,4 +300,4 @@
if(method == TOUCH)
M.adjust_fire_stacks(volume / 5)
return
..()
..()
@@ -402,4 +402,4 @@ datum/chemical_reaction/flash_powder
id = "thermite"
result = "thermite"
required_reagents = list("aluminum" = 1, "iron" = 1, "oxygen" = 1)
result_amount = 3
result_amount = 3