mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user