From: drjaska Date: Thu, 18 Nov 2021 08:40:47 +0000 (+0200) Subject: 2 typo fixes which I would've almost wanted to keep but I opted to keep the amount... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8d3bdf1bcd3005df78496a62f2f03598e3d2ea00;p=xonotic%2Fxonotic-data.pk3dir.git 2 typo fixes which I would've almost wanted to keep but I opted to keep the amount of start items the same as other gamemodes with start items --- diff --git a/qcsrc/common/gamemodes/gamemode/mayhem/sv_mayhem.qc b/qcsrc/common/gamemodes/gamemode/mayhem/sv_mayhem.qc index 2f8f33716..b0c9774fa 100644 --- a/qcsrc/common/gamemodes/gamemode/mayhem/sv_mayhem.qc +++ b/qcsrc/common/gamemodes/gamemode/mayhem/sv_mayhem.qc @@ -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; diff --git a/qcsrc/common/gamemodes/gamemode/tmayhem/sv_tmayhem.qc b/qcsrc/common/gamemodes/gamemode/tmayhem/sv_tmayhem.qc index 69f2b0b55..a80b88f61 100644 --- a/qcsrc/common/gamemodes/gamemode/tmayhem/sv_tmayhem.qc +++ b/qcsrc/common/gamemodes/gamemode/tmayhem/sv_tmayhem.qc @@ -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;