1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 21:59:49 -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

@ -1209,6 +1209,7 @@
* Der Wunderfizz: all perks have an equal chance of being obtained
* Der Wunderfizz: moves to new location instantly
* Rituals of the Ancients: spend points challenge reward changed from Double Tap perk to a random perk that the player does not have (perk does not change if reward is reopened)
* Rituals of the Ancients: FAL OSW replaces Galil in perform headshots challenge reward
* Soul boxes: decreased number of souls to close from 30 to 20
* Dig spots: decreased number of digs to obtain golden shovel from 30 to 20
* Dig spots: changed number of digs to obtain golden helmet to 40 (normally 5% chance to obtain after obtaining golden shovel)

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));
}