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 06:05:57 -05:00
committed by CitadelStationBot
parent 9704893614
commit 55f9874a08
+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)