Merge pull request #1485 from Fox-McCloud/explosion-tweaks

Fixes Explosions Acting on Lighting Overlay
This commit is contained in:
TheDZD
2015-07-09 22:38:23 -04:00
+1 -1
View File
@@ -118,7 +118,7 @@
if(T)
for(var/atom_movable in T.contents) //bypass type checking since only atom/movable can be contained by turfs anyway
var/atom/movable/AM = atom_movable
if(AM) AM.ex_act(dist)
if(AM && AM.simulated) AM.ex_act(dist)
if(flame_dist && prob(40) && !istype(T, /turf/space) && !T.density)
PoolOrNew(/obj/effect/hotspot, T) //Mostly for ambience!
if(dist > 0)