From 44f84ea82ad53acb784c18e47b96e7179cd051ae Mon Sep 17 00:00:00 2001 From: LordNest <77477080+LordNest@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:33:35 +0400 Subject: [PATCH] Update maps/sierra/structures/other.dm Co-authored-by: SuhEugene <32931701+SuhEugene@users.noreply.github.com> --- maps/sierra/structures/other.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/sierra/structures/other.dm b/maps/sierra/structures/other.dm index 8647729eff638..58488c930665f 100644 --- a/maps/sierra/structures/other.dm +++ b/maps/sierra/structures/other.dm @@ -105,7 +105,7 @@ virtualIcon.DrawBox(null, B.b1x1, B.b1y, B.b1x2, B.b1y) // horizontal line, left to right virtualIcon.DrawBox(null, B.b2x, B.b2y1, B.b2x, B.b2y2) // vertical line, top to bottom - overlays += bmark // add the decal + AddOverlays(bmark) // add the decal icon = virtualIcon // apply bulletholes over decals