Skip to content

Commit

Permalink
Update trijent_elevator.dm
Browse files Browse the repository at this point in the history
missing parenthesis
  • Loading branch information
Doubleumc committed Jul 27, 2024
1 parent e7a45f2 commit 6c375ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/shuttles/trijent_elevator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
door_control.label = "elevator"
for(var/area/shuttle_area in shuttle_areas)
for(var/obj/structure/machinery/door/door in shuttle_area)
if(istype(door, /obj/structure/machinery/door/poddoor/filler_object) //poddoor filler was sneaking in
if(istype(door, /obj/structure/machinery/door/poddoor/filler_object)) //poddoor filler was sneaking in
continue
door_control.add_door(door, door.id)

Expand Down

0 comments on commit 6c375ce

Please sign in to comment.