]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix incorrect keepaway guide description
authorotta8634 <k9wolf@pm.me>
Sun, 16 Feb 2025 10:10:21 +0000 (18:10 +0800)
committerotta8634 <k9wolf@pm.me>
Sun, 16 Feb 2025 10:10:21 +0000 (18:10 +0800)
Previously stated the ball can't be thrown in keepaway, but it can.

qcsrc/common/gamemodes/gamemode/keepaway/keepaway.qc

index bd89e5def65ba33d39e4756328fa5b33bb13278f..ea7143c1c0fc7d25aaa80725ee80cb69b261d8d8 100644 (file)
@@ -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));
 }