Skip to content

Commit

Permalink
Another correction in disposal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon committed Aug 25, 2024
1 parent 602bb86 commit 4fb080d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/unit_tests/mapping/check_disposals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

/datum/unit_test/map_test/check_disposals/proc/traverse_loop(obj/structure/disposalholder/holder, obj/structure/disposalpipe/start)
// First check to ensure that we end up somewhere
var/obj/structure/disposalpipe/current = holder
var/obj/structure/disposalpipe/current = start
while (current)
holder.current_pipe = current
var/turf/T = get_step(current, current.nextdir(holder))
Expand Down

0 comments on commit 4fb080d

Please sign in to comment.