description An industrial arena with deadly slime\r
author Paul Evers, Mattrew Rye, Garth Hendy, Maik Merten\r
has weapons\r
-type dm 15 10\r
-type tdm 25 10 2\r
+type dm 20 10\r
+type tdm 30 10 2\r
type lms 10 10\r
type dom 200 10\r
type kh 1000 15 3\r
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