Ladders cant be moved by the singularity (#30518)

It'd be weird to have the top part of a ladder moved five tiles and then still lead to the ladder underneath its old location. Just destroys it instead.
This commit is contained in:
KorPhaeron
2017-09-10 21:05:57 +10:00
committed by oranges
parent d150085b77
commit 6ba25f3731
+9 -1
View File
@@ -118,5 +118,13 @@
else
return QDEL_HINT_LETMELIVE
/obj/structure/ladder/unbreakable/singularity_pull()
return
/obj/structure/ladder/auto_connect //They will connect to ladders with the same X and Y without needing to share an ID
auto_connect = TRUE
auto_connect = TRUE
/obj/structure/ladder/singularity_pull()
visible_message("<span class='danger'>[src] is torn to pieces by the gravitational pull!</span>")
qdel(src)