Xenoarch update

This commit is contained in:
ZomgPonies
2013-10-29 11:56:04 -04:00
parent 402bbec556
commit 2df877bf82
44 changed files with 31888 additions and 32640 deletions
@@ -97,7 +97,14 @@ obj/structure/ex_act(severity)
if(tube_dirs == null)
init_dirs()
/obj/structure/transit_tube/Bumped(mob/AM as mob|obj)
var/obj/structure/transit_tube/T = locate() in AM.loc
if(T)
AM << "<span class='warning'>The tube's support pylons block your way.</span>"
return ..()
else
AM.loc = src.loc
AM << "<span class='info'>You slip under the tube.</span>"
/obj/structure/transit_tube/station/New(loc)
..(loc)