Bonus: Make Travis Show the Active Edges

This commit is contained in:
Neerti
2018-04-29 18:43:02 -04:00
parent be73b8c36a
commit 62ce4196e5
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -114,6 +114,8 @@
var/active_edges = air_master.active_edges.len
if(active_edges)
for(var/line in air_master.startup_active_edge_log) // Report where the edges are.
log_unit_test(line)
fail("Maps contained [active_edges] active edges at round-start.")
else
pass("No active edges.")