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 authored Jul 14, 2024
1 parent 5421f20 commit 322b67f
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 @@ -113,7 +113,7 @@
if(connected_nodes)
for(var/obj/structure/roof/roof in connected_roof)
qdel(roof)
. = ..()
return ..()

/datum/roof_master_node/proc/add_under_roof(mob/living/living) //mob crossed connected node
if(living in mobs_under)
Expand Down

0 comments on commit 322b67f

Please sign in to comment.