Merge pull request #2682 from Citadel-Station-13/upstream-merge-30518

[MIRROR] Ladders cant be moved by the singularity
This commit is contained in:
LetterJay
2017-09-10 09:47:20 -05:00
committed by GitHub
+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)