]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
in race, make the ammo items smaller
authorRudolf Polzer <divverent@xonotic.org>
Fri, 29 Jul 2011 17:53:38 +0000 (19:53 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 29 Jul 2011 17:53:38 +0000 (19:53 +0200)
maps/courtfun.mapinfo

index e7bbfc4c209f18dc9f1f68b0683d91d05064a864..f0890f63558bd7d1a3a0049d79bcbdf000ac28ef 100644 (file)
@@ -11,3 +11,13 @@ gametype rc
 // optional: clientsettemp_for_type (all|gametypename) cvarname value
 // optional: size mins_x mins_y mins_z maxs_x maxs_y maxs_z
 // optional: hidden
+
+// smaller item sizes for race:
+settemp_for_type rc g_start_ammo_shells 3
+settemp_for_type rc g_pickup_shells 3
+settemp_for_type rc g_pickup_nails 15
+settemp_for_type rc g_pickup_nails_weapon 15
+settemp_for_type rc g_pickup_cells 12
+settemp_for_type rc g_pickup_cells_weapon 12
+settemp_for_type rc g_pickup_rockets 8
+settemp_for_type rc g_pickup_rockets_weapon 8