Fixes debug verb Check Bomb Impact

This commit is contained in:
Remie Richards
2015-05-16 19:56:46 +01:00
parent 3b98e4448d
commit 0b91b14f70
+3 -1
View File
@@ -157,8 +157,10 @@ proc/secondaryexplosion(turf/epicenter, range)
set category = "Debug"
var/newmode = alert("Use reactionary explosions?","Check Bomb Impact", "Yes", "No")
var/turf/epicenter = get_turf(mob)
if(!epicenter)
return
var/turf/epicenter = get_turf(src)
var/dev = 0
var/heavy = 0
var/light = 0