Fix mesons not showing ores behind walls (#29748)

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com>
This commit is contained in:
Arthri
2025-07-15 21:26:45 +00:00
committed by GitHub
co-authored by Arthri Charlie Nolan
parent 46b5f36ec9
commit 3342288f79
@@ -70,13 +70,14 @@
qdel(oldC)
var/obj/effect/temp_visual/mining_overlay/C = new /obj/effect/temp_visual/mining_overlay(M)
C.icon_state = M.ore.scan_icon_state
M.vis_contents += C
/obj/effect/temp_visual/mining_overlay
plane = FULLSCREEN_PLANE
layer = FLASH_LAYER
icon = 'icons/effects/ore_visuals.dmi'
icon_state = null
appearance_flags = 0 //to avoid having TILE_BOUND in the flags, so that the 480x480 icon states let you see it no matter where you are
appearance_flags = RESET_ALPHA | RESET_COLOR | RESET_TRANSFORM | KEEP_APART | TILE_BOUND
duration = 35
pixel_x = -224
pixel_y = -224