diff --git a/README.md b/README.md index e227e457..2d20cbe9 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/scripts/zm/replaced/zm_tomb_challenges.gsc b/scripts/zm/replaced/zm_tomb_challenges.gsc index b67cc29e..7c2e4aca 100644 --- a/scripts/zm/replaced/zm_tomb_challenges.gsc +++ b/scripts/zm/replaced/zm_tomb_challenges.gsc @@ -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)); }