Skip to content

Commit

Permalink
Fix OITC
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 1, 2024
1 parent 8a05392 commit be0a137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binary/dlls/aggamerules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,8 @@ int AgGameRules::IPointsForKill(CBasePlayer* pAttacker, CBasePlayer* pKilled)
pAttacker->GiveAmmo(ag_start_uranium.value, "uranium", URANIUM_MAX_CARRY);
if (0 < ag_start_9mmar.value)
pAttacker->GiveAmmo(ag_start_9mmar.value, "9mm", _9MM_MAX_CARRY);
if (0 < ag_start_oitc.value)
pAttacker->GiveAmmo(ag_start_oitc.value, "weapon_one", ONE_MAX_CARRY);
if (0 < ag_start_357ammo.value)
pAttacker->GiveAmmo(ag_start_357ammo.value, "357", _357_MAX_CARRY);
if (0 < ag_start_bockshot.value)
Expand Down

0 comments on commit be0a137

Please sign in to comment.