fix summary for AX combat zones
This commit is contained in:
@@ -47,8 +47,8 @@ public class ThargoidFormatter : LogFormatter {
|
|||||||
builder.AppendFormat("{0} INT", interceptors);
|
builder.AppendFormat("{0} INT", interceptors);
|
||||||
}
|
}
|
||||||
if (scouts > 0) {
|
if (scouts > 0) {
|
||||||
if (builder.Length> 0) {
|
if (interceptors > 0) {
|
||||||
builder.Append(", ");
|
builder.Append(" + ");
|
||||||
}
|
}
|
||||||
builder.AppendFormat("{0} SCT", scouts);
|
builder.AppendFormat("{0} SCT", scouts);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user