Skip to content

Commit

Permalink
Update trijent_elevator.dm
Browse files Browse the repository at this point in the history
stop poddoor filler from pretending its a real door
  • Loading branch information
Doubleumc committed Jul 25, 2024
1 parent 56756c9 commit c84841a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/shuttle/shuttles/trijent_elevator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
door_control.label = "elevator"
for(var/area/shuttle_area in shuttle_areas)
for(var/obj/structure/machinery/door/door in shuttle_area)
if(isnum(door.id)) //poddoor filler was sneaking in
continue
door_control.add_door(door, door.id)

/obj/docking_port/mobile/trijent_elevator/Destroy(force, ...)
Expand Down

0 comments on commit c84841a

Please sign in to comment.