Skip to content

Commit

Permalink
Update maps/sierra/structures/other.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SuhEugene <[email protected]>
  • Loading branch information
LordNest and SuhEugene authored Jan 14, 2024
1 parent c71bf46 commit 44f84ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/sierra/structures/other.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 44f84ea

Please sign in to comment.