mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user