Improves catwalks and railings

This commit is contained in:
Anewbe
2017-09-23 20:43:51 -05:00
parent d17bf8bb2b
commit 4b2e4eeca7
5 changed files with 61 additions and 15 deletions
+4
View File
@@ -501,6 +501,10 @@
if(!dense_object && (locate(/obj/structure/lattice) in oview(1, src)))
dense_object++
if(!dense_object && (locate(/obj/structure/catwalk) in oview(1, src)))
dense_object++
//Lastly attempt to locate any dense objects we could push off of
//TODO: If we implement objects drifing in space this needs to really push them
//Due to a few issues only anchored and dense objects will now work.