mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Prevent landmarks from always hard deleting. (#30183)
This commit is contained in:
@@ -251,8 +251,8 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/newplayer_start) //Without this you sp
|
||||
|
||||
/obj/effect/landmark/Destroy()
|
||||
GLOB.landmarks_list -= src
|
||||
..()
|
||||
return QDEL_HINT_HARDDEL_NOW
|
||||
tag = null
|
||||
return ..()
|
||||
|
||||
/obj/effect/landmark/proc/set_tag()
|
||||
tag = "landmark*[name]"
|
||||
|
||||
Reference in New Issue
Block a user