From: drjaska Date: Wed, 24 Nov 2021 15:33:59 +0000 (+0200) Subject: updated description for the gamemode X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ccecd7d1375160cff2686dae9c4f9fdc7eb63c4b;p=xonotic%2Fxonotic-data.pk3dir.git updated description for the gamemode --- diff --git a/qcsrc/common/gamemodes/gamemode/mh/mh.qh b/qcsrc/common/gamemodes/gamemode/mh/mh.qh index 0c34c99b9..ac37a1628 100644 --- a/qcsrc/common/gamemodes/gamemode/mh/mh.qh +++ b/qcsrc/common/gamemodes/gamemode/mh/mh.qh @@ -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)) {