Fixes Check Bomb Impact runtime

This commit is contained in:
Krausus
2015-05-14 06:50:29 -04:00
parent 9575d61836
commit e9c32eefbe
+1 -1
View File
@@ -143,7 +143,7 @@ proc/secondaryexplosion(turf/epicenter, range)
var/newmode = alert("Use reactionary explosions?","Check Bomb Impact", "Yes", "No")
var/turf/epicenter = get_turf(src)
var/turf/epicenter = get_turf(usr)
var/dev = 0
var/heavy = 0
var/light = 0