From 8d3bdf1bcd3005df78496a62f2f03598e3d2ea00 Mon Sep 17 00:00:00 2001 From: drjaska Date: Thu, 18 Nov 2021 10:40:47 +0200 Subject: [PATCH] 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 --- qcsrc/common/gamemodes/gamemode/mayhem/sv_mayhem.qc | 2 +- qcsrc/common/gamemodes/gamemode/tmayhem/sv_tmayhem.qc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2