Skip to content

Commit

Permalink
[HL25] Increase 357 damage from 40 -> 50
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 23, 2024
1 parent e748a24 commit e4f279e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/dlls/agglobal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ DLL_GLOBAL cvar_t ag_start_ammoSpore = { "sv_aura_start_ammo_spore", "0" }; //

DLL_GLOBAL cvar_t ag_dmg_crowbar = { "sv_aura_dmg_crowbar","25" };
DLL_GLOBAL cvar_t ag_dmg_glock = { "sv_aura_dmg_glock","12" };
DLL_GLOBAL cvar_t ag_dmg_357 = { "sv_aura_dmg_357","40" };
DLL_GLOBAL cvar_t ag_dmg_357 = { "sv_aura_dmg_357","50" };
DLL_GLOBAL cvar_t ag_dmg_mp5 = { "sv_aura_dmg_mp5","12" };
DLL_GLOBAL cvar_t ag_dmg_shotgun = { "sv_aura_dmg_shotgun", "20" };
DLL_GLOBAL cvar_t ag_dmg_crossbow = { "sv_aura_dmg_crossbow", "20" };
Expand Down

0 comments on commit e4f279e

Please sign in to comment.