Tweaks to `random_messages` (#1035)

* random_messages: Add hint about capturing multiple flags

* random_messages: Fix some other messages
master
MΛGN☰TΛR 2022-08-13 18:47:33 +05:30 committed by GitHub
parent c3ab2d13b1
commit c30bbbae76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -50,10 +50,10 @@ function random_messages.read_messages()
"Help your team claim victory by storing extra weapons in the team chest, and never taking more than you need.",
"Excessive spawn-killing is a direct violation of the rules - appropriate punishments will be given.",
"Use /r to check your rank and other statistics.",
"Use /r <playername> to check the rankings of the player in the given rank.",
"Use /r <playername> to check the rankings of another player.",
"Use bandages on team-mates to heal them by 3-4 HP if their health is below 15 HP.",
"Use /m to add a team marker at pointed location, that's visible only to team-mates.",
"Use /summary (Or /s) to check scores of the current match and the previous match.",
"Use /summary (or /s) to check scores of the current match and the previous match.",
"Strengthen your team by capturing enemy flags.",
"Hitting your enemy does more damage than not hitting them.",
"Use /top50 command to see the leaderboard.",
@ -62,6 +62,7 @@ function random_messages.read_messages()
.. " For example: /r mode:nade_fight randomplayer.",
"To check someone's team use /team player <player_name>.",
"To check all team members use /team.",
"You can capture multiple enemy flags at once!",
}
end