Adds Book of Babel and Jacob's Ladder

This commit is contained in:
Fox McCloud
2019-08-27 16:04:54 -04:00
parent aa39510add
commit a4f187ac38
6 changed files with 195 additions and 71 deletions
+8
View File
@@ -65,3 +65,11 @@
. = ..()
if(!S1.lock_shuttle_doors && id_tag == "s_docking_airlock")
INVOKE_ASYNC(src, .proc/unlock)
/obj/structure/ladder/onShuttleMove()
if(resistance_flags & INDESTRUCTIBLE)
// simply don't be moved
return FALSE
disconnect()
LateInitialize()
return ..()