From: Martin Taibr Date: Fri, 26 Jul 2019 00:57:41 +0000 (+0200) Subject: set default LMS lives to 5 X-Git-Tag: xonotic-v0.8.5~1279^2~8 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=52b8fe4edf047b35b42e0c980693695c0995bcad;p=xonotic%2Fxonotic-data.pk3dir.git set default LMS lives to 5 --- diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 6fbb7ce89..80813c42d 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -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)) {