]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
2 typo fixes which I would've almost wanted to keep but I opted to keep the amount...
authordrjaska <drjaska83@gmail.com>
Thu, 18 Nov 2021 08:40:47 +0000 (10:40 +0200)
committerdrjaska <drjaska83@gmail.com>
Thu, 18 Nov 2021 08:40:47 +0000 (10:40 +0200)
qcsrc/common/gamemodes/gamemode/mayhem/sv_mayhem.qc
qcsrc/common/gamemodes/gamemode/tmayhem/sv_tmayhem.qc

index 2f8f33716ef3d7fd6ca6186207e741826f06ffae..b0c9774fa7959dd777d5277a2192f42c560b892b 100644 (file)
@@ -10,7 +10,7 @@ float autocvar_g_mayhem_start_health = 200;
 float autocvar_g_mayhem_start_armor = 200;
 float autocvar_g_mayhem_start_ammo_shells = 60;
 float autocvar_g_mayhem_start_ammo_nails = 320;
-float autocvar_g_mayhem_start_ammo_rockets = 180;
+float autocvar_g_mayhem_start_ammo_rockets = 160;
 float autocvar_g_mayhem_start_ammo_cells = 180;
 float autocvar_g_mayhem_start_ammo_plasma = 180;
 float autocvar_g_mayhem_start_ammo_fuel = 0;
index 69f2b0b55e184a2bec3f47f1ddfc99dc05b5d06e..a80b88f61beaece78a5d0decea68a8114816d369 100644 (file)
@@ -14,7 +14,7 @@ float autocvar_g_tmayhem_start_health = 200;
 float autocvar_g_tmayhem_start_armor = 200;
 float autocvar_g_tmayhem_start_ammo_shells = 60;
 float autocvar_g_tmayhem_start_ammo_nails = 320;
-float autocvar_g_tmayhem_start_ammo_rockets = 180;
+float autocvar_g_tmayhem_start_ammo_rockets = 160;
 float autocvar_g_tmayhem_start_ammo_cells = 180;
 float autocvar_g_tmayhem_start_ammo_plasma = 180;
 float autocvar_g_tmayhem_start_ammo_fuel = 0;