Skip to content

Commit

Permalink
sadf
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyGhoster committed Oct 16, 2024
1 parent 87e54ff commit b061c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/unit_tests/zas_tests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ GLOBAL_LIST_EMPTY(turfs_to_map_type)
affected_map_types |= type
#endif

fail_message += "[offending_turfs_text]"
fail_message += "[offending_turfs_text]\n\n"


//Simulated edge (zone edge)
Expand Down Expand Up @@ -322,7 +322,7 @@ GLOBAL_LIST_EMPTY(turfs_to_map_type)
affected_map_types |= type
#endif

fail_message += "[offending_turfs_text]"
fail_message += "[offending_turfs_text]\n\n"


#if defined(UNIT_TEST)
Expand Down

0 comments on commit b061c50

Please sign in to comment.