]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/common/mapinfo.qc
Better frag limits for maps
[voretournament/voretournament.git] / data / qcsrc / common / mapinfo.qc
index d84815724b305940febe4c7f05b94ff290f247de..5f58477e77d4a67e5991dbdba276815a69e9e243 100644 (file)
@@ -644,8 +644,8 @@ float MapInfo_Get_ByName(string pFilename, float pAllowGenerate, float pGametype
                        fputs(fh, "// uncomment this if you added weapon pickups: has weapons\n");\r
                if(MapInfo_Map_flags & MAPINFO_FLAG_FRUSTRATING)\r
                        fputs(fh, "frustrating\n");\r
-               if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_DEATHMATCH)      fputs(fh, "type dm 15 10\n");\r
-               if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_TEAM_DEATHMATCH) fputs(fh, "type tdm 25 10 2\n");\r
+               if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_DEATHMATCH)      fputs(fh, "type dm 20 10\n");\r
+               if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_TEAM_DEATHMATCH) fputs(fh, "type tdm 30 10 2\n");\r
                if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_DOMINATION)      fputs(fh, "type dom 200 10\n");\r
                if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_CTF)             fputs(fh, "type ctf 300 15 10\n");\r
                if(MapInfo_Map_supportedGametypes & MAPINFO_TYPE_LMS)             fputs(fh, "type lms 10 10\n");\r