Skip to content

Commit

Permalink
Update code/game/objects/structures/barricade/barricade.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
fira and Drulikar authored Dec 21, 2023
1 parent 294fe80 commit 174a7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/barricade/barricade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
if(!closed)
overlays += image(wire_icon, icon_state = "[barricade_type]_wire")
else
overlays += image(wire_icon, icon_state = "[src.barricade_type]_closed_wire")
overlays += image(wire_icon, icon_state = "[barricade_type]_closed_wire")

..()

Expand Down

0 comments on commit 174a7af

Please sign in to comment.