1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Origins: change headshots challenge reward weapon

This commit is contained in:
Jbleezy
2024-04-22 23:13:22 -07:00
parent 4fb7528ae5
commit dedef36f0a
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ reward_packed_weapon(player, s_stat)
{
if (!isdefined(s_stat.str_reward_weapon))
{
a_weapons = array("scar_zm", "galil_zm", "mp44_zm");
a_weapons = array("scar_zm", "sa58_zm", "mp44_zm");
s_stat.str_reward_weapon = maps\mp\zombies\_zm_weapons::get_upgrade_weapon(random(a_weapons));
}