You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Attack.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ public virtual string completionText() {
188
188
caseCompletionResult.DefenderWonUnemployed:return"{1} drives the invasion by {0} from {2}.";
189
189
caseCompletionResult.DefenderWonEmployerLost:return"{1} drives away the forces {0} sent to invade {2}. Your contract ends on a sour note with the invasion's defeat.";
190
190
caseCompletionResult.DefenderWonReward:return"{1} drives away the forces {0} sent to invade {2}, leaving you to celebrate victory with your crew - and with a bonus from your employer.";
191
-
caseCompletionResult.DefenderWonNoReward:return"{0} drives away the forces {1} sent to invade {2}, but your contact informs you that there will be no bonus forthcoming, since you failed to win at least half the offered missions.";
191
+
caseCompletionResult.DefenderWonNoReward:return"{1} drives away the forces {0} sent to invade {2}, but your contact informs you that there will be no bonus forthcoming, since you failed to win at least half the offered missions.";
192
192
}
193
193
194
194
return"Something went wrong. Attacker: {0}. Defender: {1}. Location: {2}.";
0 commit comments