Merge pull request #1689 from Fox-McCloud/boom-fix

Explosion Performance Fix
This commit is contained in:
TheDZD
2015-08-09 20:35:57 -04:00
+1 -2
View File
@@ -118,8 +118,7 @@
if(flame_dist && prob(40) && !istype(T, /turf/space) && !T.density)
PoolOrNew(/obj/effect/hotspot, T) //Mostly for ambience!
if(dist > 0)
spawn(0)
T.ex_act(dist)
T.ex_act(dist)
//--- THROW ITEMS AROUND ---
/*