Makes mining overlays not harddel (#30807)

This commit is contained in:
DGamerL
2025-11-01 20:02:50 +01:00
committed by GitHub
parent ef6279e0b0
commit f272b439ea

View File

@@ -79,6 +79,11 @@
pixel_x = -224
pixel_y = -224
/obj/effect/temp_visual/mining_overlay/Destroy()
for(var/turf/location in vis_locs)
location.vis_contents -= src // safety
return ..()
/obj/effect/temp_visual/mining_overlay/Initialize(mapload)
. = ..()
animate(src, alpha = 0, time = duration, easing = EASE_IN)