From e1e55019507d642398dc15dc0145c7da5fe9064e Mon Sep 17 00:00:00 2001 From: nullbear Date: Sun, 28 Aug 2016 04:16:39 -0700 Subject: [PATCH] updates pyrotechnics.dm --- code/modules/reagents/chemistry/recipes/pyrotechnics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm index 9923a981200..ea226586fb5 100644 --- a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm +++ b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm @@ -129,7 +129,7 @@ /datum/chemical_reaction/clf3/on_reaction(datum/reagents/holder, created_volume) var/turf/T = get_turf(holder.my_atom) - for(var/turf/turf in range(1+round(created_volume/25),T)) // More lulz. (The range of the fireball increases by 1 for every 100 units in the mixture.) + for(var/turf/turf in range(1+round((created_volume-1)/25),T)) // More lulz. (The range of the fireball increases by 1 for every 100 units in the mixture.) PoolOrNew(/obj/effect/hotspot, turf) holder.chem_temp = 1000 // hot as shit