Ported Catwalks from Eris

* Catwalks are an upgrade to lattice; instead of just a framework of wires its a mostly solid grid walkway.
* They are semi-transparent so you can see wires/pipes below them a bit.
* Smoothly auto-joining sprites to look proper.
* Constructed by upgrading lattice; like lattice it will stop you falling if build over an open space.
* Changes from Eris: Converted << to to_chat(), fix redraw on Destroy(), Fix color macros in text.
This commit is contained in:
Leshana
2017-04-16 21:53:21 -04:00
committed by Arokha Sieyes
parent 3e16f6bfbe
commit ceaf03a63d
10 changed files with 96 additions and 1 deletions
+2
View File
@@ -139,6 +139,8 @@
if(locate(/obj/structure/lattice, loc))
return FALSE
if(locate(/obj/structure/catwalk, loc))
return FALSE
// See if something prevents us from falling.
var/turf/below = GetBelow(src)