adds a second elevator to tether (#6282)

This commit is contained in:
Mazian
2024-01-19 23:08:11 +01:00
committed by GitHub
parent bdefdf6b1b
commit 47fced1843
9 changed files with 3917 additions and 3179 deletions
+1
View File
@@ -200,6 +200,7 @@
qdel(thing)
if(checking.type == floor_type) // Don't build over empty space on lower levels.
var/obj/machinery/door/airlock/lift/newdoor = new door_type(checking)
newdoor.setDir(got_rotated_by_maploader ? got_rotated_by_maploader : dir)
if(internal)
lift.doors += newdoor
newdoor.lift = cfloor