Skip to content

Commit

Permalink
Update code/game/objects/structures/secure_door_assembly.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax authored Jan 23, 2024
1 parent 472616d commit 5d1e2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/secure_door_assembly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
state = STATE_WIRED
update_icon()

/obj/structure/secure_door_assembly/update_icon()
/obj/structure/secure_door_assembly/on_update_icon()
switch(state)
if(STATE_EMPTY)
icon_state = "[base_icon]_st0"
Expand Down

0 comments on commit 5d1e2be

Please sign in to comment.