]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Lower minstagib extra lives to 1
authorMario <mario.mario@y7mail.com>
Fri, 19 Apr 2013 05:18:08 +0000 (15:18 +1000)
committerMario <mario.mario@y7mail.com>
Fri, 19 Apr 2013 05:18:08 +0000 (15:18 +1000)
defaultXonotic.cfg

index 2af290f9abd445b5170f7af1c3ed86859b6d1a9a..6d89059c5ef9dd554e8f7cc03c30e5c17abd39e4 100644 (file)
@@ -374,7 +374,7 @@ set g_powerups -1 "if set to 0 the strength and shield (invincibility) will not
 set g_use_ammunition 1 "if set to 0 all weapons have unlimited ammunition"
 set g_pickup_items -1 "if set to 0 all items (health, armor, ammo, weapons...) are removed from the map, if 1 they are forced to spawn"
 set g_minstagib 0      "enable minstagib"
-set g_minstagib_extralives 2   "how many extra lives you will get per powerup"
+set g_minstagib_extralives 1   "how many extra lives you will get per powerup"
 set g_minstagib_ammo_start 10  "starting ammo"
 set g_minstagib_ammo_drop 5    "how much ammo you'll get for weapons or cells"
 set g_minstagib_invis_alpha 0.15