From 1d61e3501d4756cf2d022d4503f7edc30116758a Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Wed, 26 Oct 2016 23:42:28 -0700 Subject: [PATCH] Phlog now consistently ignites upon application. --- code/modules/reagents/chemistry/reagents/pyrotechnic.dm | 3 ++- code/modules/reagents/chemistry/recipes/pyrotechnics.dm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/pyrotechnic.dm b/code/modules/reagents/chemistry/reagents/pyrotechnic.dm index a92982a8aaf..9fc96c714a8 100644 --- a/code/modules/reagents/chemistry/reagents/pyrotechnic.dm +++ b/code/modules/reagents/chemistry/reagents/pyrotechnic.dm @@ -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 - ..() \ No newline at end of file + ..() diff --git a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm index 6f42eaf91b2..fe54819e035 100644 --- a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm +++ b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm @@ -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 \ No newline at end of file + result_amount = 3