]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
updated description for the gamemode
authordrjaska <drjaska83@gmail.com>
Wed, 24 Nov 2021 15:33:59 +0000 (17:33 +0200)
committerdrjaska <drjaska83@gmail.com>
Wed, 24 Nov 2021 15:33:59 +0000 (17:33 +0200)
qcsrc/common/gamemodes/gamemode/mh/mh.qh

index 0c34c99b906e79a89ed6269c3d0a19b4963ee3f1..ac37a1628ffd43c21e6636ce37176740a36d68fa 100644 (file)
@@ -9,7 +9,7 @@ void HUD_Mod_MH_Export(int fh);
 CLASS(Manhunt, Gametype)
        INIT(Manhunt)
        {
-               this.gametype_init(this, _("Manhunt"),"mh","g_mh",GAMETYPE_FLAG_TEAMPLAY | GAMETYPE_FLAG_USEPOINTS | GAMETYPE_FLAG_PRIORITY,"","timelimit=30 pointlimit=10 teams=2 leadlimit=0",_("Help your team score the most frags against the enemy team"));
+               this.gametype_init(this, _("Manhunt"),"mh","g_mh",GAMETYPE_FLAG_TEAMPLAY | GAMETYPE_FLAG_USEPOINTS | GAMETYPE_FLAG_PRIORITY,"","timelimit=30 pointlimit=10 teams=2 leadlimit=0",_("Avoid getting tagged yourself and once tagged go catch as many untagged players as possible"));
        }
        METHOD(Manhunt, m_isAlwaysSupported, bool(Gametype this, int spawnpoints, float diameter))
        {