updates pyrotechnics.dm

This commit is contained in:
nullbear
2016-08-28 04:16:39 -07:00
parent cded867deb
commit e1e5501950
@@ -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