Skip to content

Commit

Permalink
Update code/game/objects/structures/roof.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
cuberound and Drulikar committed Jul 14, 2024
1 parent 322b67f commit 3a6d89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/roof.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
if(linked_master)
if(linked_master.connected_nodes)
linked_master.connected_nodes -= src
.=..()
return ..()

/obj/effect/roof_node/proc/link_master(datum/roof_master_node/master) //performs bfs and connects to master
if(linked_master)
Expand Down

0 comments on commit 3a6d89b

Please sign in to comment.