Merge pull request #12105 from Fox-McCloud/ports-tendril-loot

Adds Book of Babel and Jacob's Ladder
This commit is contained in:
variableundefined
2019-08-29 20:43:18 -04:00
committed by GitHub
9 changed files with 218 additions and 67 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 ..()