The hyper-kinetic's explosion is now appropriately fast-looking (#19754)

* The hyper-kinetic explosion is now appropriately fast-looking

* close
This commit is contained in:
Joan Lung
2016-08-07 19:22:26 -04:00
committed by KorPhaeron
parent ca92893c51
commit bfb6dd5f94
3 changed files with 5 additions and 1 deletions

View File

@@ -165,7 +165,7 @@
var/turf/target_turf = get_turf(target)
if(!target_turf)
target_turf = get_turf(src)
PoolOrNew(/obj/effect/overlay/temp/explosion, target_turf)
PoolOrNew(/obj/effect/overlay/temp/explosion/fast, target_turf)
for(var/T in RANGE_TURFS(1, target_turf) - target_turf)
if(istype(T, /turf/closed/mineral))
var/turf/closed/mineral/M = T