i'll fix this in another PR

This commit is contained in:
LetterJay
2017-05-22 12:27:59 -05:00
parent d1db0044d1
commit 3548ed5e3e
4 changed files with 2 additions and 10 deletions
@@ -358,7 +358,7 @@
/obj/item/borg/upgrade/modkit/aoe/projectile_strike(obj/item/projectile/kinetic/K, turf/target_turf, atom/target)
if(stats_stolen)
return
new /obj/effect/overlay/temp_visual/explosion/fast(target_turf)
new /obj/effect/temp_visual/explosion/fast(target_turf)
if(turf_aoe)
for(var/T in RANGE_TURFS(1, target_turf) - target_turf)
if(ismineralturf(T))