Merge pull request #3923 from Anewbe/catwalks_and_railings

Improves catwalks and railings
This commit is contained in:
Neerti
2017-09-25 21:31:28 -04:00
committed by GitHub
5 changed files with 61 additions and 15 deletions

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.