mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 17:56:42 +01:00
adds a second elevator to tether (#6282)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user