From eec3d76fa7fc5b7287770c9872c968daa98b80d8 Mon Sep 17 00:00:00 2001 From: otta8634 Date: Sun, 16 Feb 2025 18:10:21 +0800 Subject: [PATCH] Fix incorrect keepaway guide description Previously stated the ball can't be thrown in keepaway, but it can. --- qcsrc/common/gamemodes/gamemode/keepaway/keepaway.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/gamemodes/gamemode/keepaway/keepaway.qc b/qcsrc/common/gamemodes/gamemode/keepaway/keepaway.qc index bd89e5def6..ea7143c1c0 100644 --- a/qcsrc/common/gamemodes/gamemode/keepaway/keepaway.qc +++ b/qcsrc/common/gamemodes/gamemode/keepaway/keepaway.qc @@ -11,7 +11,7 @@ METHOD(Keepaway, describe, string(Keepaway this)) "The first player to reach the score limit will win the match\n\n" "When the ball carrier is fragged, the ball will drop to the ground and anyone is able to pick it up. " "If nobody picks it up after some time it will get bored and teleport itself elsewhere. " - "Unlike the flag in %s, the ball in %s can't be thrown\n\n" + "Like the flag in %s, the ball in %s can also be thrown, but it's not a great idea since you have no teammates!\n\n" "%s rewards good fragging but also good movement, since the better you can evade attacks, the longer you can keep the ball"), COLORED_NAME(this), COLORED_NAME(MAPINFO_TYPE_CTF), COLORED_NAME(this), COLORED_NAME(this)); } -- 2.39.5