]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
set default LMS lives to 5
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 26 Jul 2019 00:57:41 +0000 (02:57 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 26 Jul 2019 00:57:41 +0000 (02:57 +0200)
qcsrc/common/mapinfo.qh

index 6fbb7ce896235d53fe240be81fd83ea0aea25002..80813c42d57b85eb108643b1fffb4440fa6a821e 100644 (file)
@@ -124,7 +124,7 @@ REGISTER_GAMETYPE(DEATHMATCH, NEW(Deathmatch));
 CLASS(LastManStanding, Gametype)
     INIT(LastManStanding)
     {
-        this.gametype_init(this, _("Last Man Standing"),"lms","g_lms",false,true,"","timelimit=20 lives=9 leadlimit=0",_("Survive and kill until the enemies have no lives left"));
+        this.gametype_init(this, _("Last Man Standing"),"lms","g_lms",false,true,"","timelimit=20 lives=5 leadlimit=0",_("Survive and kill until the enemies have no lives left"));
     }
     METHOD(LastManStanding, m_isAlwaysSupported, bool(Gametype this, int spawnpoints, float diameter))
     {