Merge pull request #34983 from tgstation/Cyberboss-patch-1

Removes /New() from landmarks
This commit is contained in:
Leo
2018-01-28 19:08:16 -02:00
committed by GitHub

View File

@@ -17,9 +17,10 @@
/obj/effect/landmark/singularity_pull()
return
INITIALIZE_IMMEDIATE(/obj/effect/landmark)
/obj/effect/landmark/New()
..()
/obj/effect/landmark/Initialize()
. = ..()
GLOB.landmarks_list += src
/obj/effect/landmark/Destroy()