Skip to content

Commit

Permalink
tweak: Made landmarks not using hard deletion (ss220-space#4634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Mar 17, 2024
1 parent 7cedf13 commit a095423
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/objects/effects/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@

/obj/effect/landmark/Destroy()
GLOB.landmarks_list -= src
..()
return QDEL_HINT_HARDDEL_NOW
return ..()

/obj/effect/landmark/singularity_act()
return
Expand Down

0 comments on commit a095423

Please sign in to comment.