From e2dc0d5d7320b1b70723968c39a487be9f89697c Mon Sep 17 00:00:00 2001 From: beu Date: Sat, 18 Jan 2025 14:03:20 +0100 Subject: [PATCH] improve wording --- TM_MultiLivesKnockout.Script.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TM_MultiLivesKnockout.Script.txt b/TM_MultiLivesKnockout.Script.txt index d694976..d32add0 100644 --- a/TM_MultiLivesKnockout.Script.txt +++ b/TM_MultiLivesKnockout.Script.txt @@ -1021,8 +1021,8 @@ Void UpdateMatchInfos(Integer _CurrentRoundNb, Integer _LossOfLife, Integer _Ali MatchInfo ^= "\n"^ _LossOfLife ^" lives lost until Match Round "^ _Milestone; ScoreTablesInfo ^= "\n"^ _LossOfLife ^" players will lose a life until Match Round "^ _Milestone; } else if (S_EliminationMode == C_ElimMode_Lives && _LossOfLife > 1 && _Milestone > 1) { - MatchInfo ^= "\n"^ _LossOfLife ^" lives lost until "^ _Milestone ^" lives remaining"; - ScoreTablesInfo ^= "\n"^ _LossOfLife ^" players will lose a life until "^ _Milestone ^" lives remaining"; + MatchInfo ^= "\n"^ _LossOfLife ^" lives lost until "^ _Milestone ^" lives left"; + ScoreTablesInfo ^= "\n"^ _LossOfLife ^" players will lose a life until "^ _Milestone ^" lives left"; } else if (S_EliminationMode == C_ElimMode_Official && _LossOfLife > 1 && _Milestone > 1) { MatchInfo ^= "\n"^ _LossOfLife ^" lives lost until "^ _Milestone ^" players are alive"; ScoreTablesInfo ^= "\n"^ _LossOfLife ^" players will lose a life until "^ _Milestone ^" players are alive";