Skip to content

Commit

Permalink
Fix initialize hint runtime for electified fence.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed May 25, 2024
1 parent 0c0e33a commit 735e856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/fence.dm
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ GLOBAL_LIST_INIT(all_fences, list())
electrified = FALSE
else
electrified = TRUE
src.update_icon()
update_icon()

/obj/structure/fence/electrified/Initialize()
..()
. = ..()
GLOB.all_fences += src

/obj/structure/fence/electrified/Destroy()
Expand Down

0 comments on commit 735e856

Please sign in to comment.