Fixes Explosion and Poison Traitor Bottles

This commit is contained in:
Fox-McCloud
2015-08-06 16:55:47 -04:00
parent ea0190debe
commit 46b22da03e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -118,7 +118,8 @@
if(flame_dist && prob(40) && !istype(T, /turf/space) && !T.density)
PoolOrNew(/obj/effect/hotspot, T) //Mostly for ambience!
if(dist > 0)
T.ex_act(dist)
spawn(0)
T.ex_act(dist)
//--- THROW ITEMS AROUND ---
/*