Skip to content

Commit

Permalink
ytgfvj
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyGhoster committed Oct 16, 2024
1 parent 9760cb9 commit bf64f99
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions code/unit_tests/zas_tests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,14 @@ GLOBAL_LIST_EMPTY(turfs_to_map_type)
else
fail_message += "--> [zas_zone.name] and [T] have mismatched gas mixtures! <--\n"

//Let's see if we can get what turfs are on the edge connection
fail_message += "[zas_zone.name] edge turfs:\n"
for(var/connection_edge/edge in zas_zone.edges)
if(edge.sleeping)
continue

for(var/turf/edge_turf in edge.connecting_turfs)
fail_message += "[edge_turf.type] ([edge_turf.x], [edge_turf.y], [edge_turf.z])\n"
//Let's see if we can get what turfs are on the edge connection
fail_message += "[zas_zone.name] edge turfs:\n"
for(var/connection_edge/edge in zas_zone.edges)
if(edge.sleeping)
continue

for(var/turf/edge_turf in edge.connecting_turfs)
fail_message += "[edge_turf.type] ([edge_turf.x], [edge_turf.y], [edge_turf.z])\n"



Expand Down

0 comments on commit bf64f99

Please sign in to comment.