mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 01:52:29 +00:00
Merge pull request #3923 from Anewbe/catwalks_and_railings
Improves catwalks and railings
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user