diff --git a/patch_zm/maps/mp/zombies/_zm_pers_upgrades_functions.gsc b/patch_zm/maps/mp/zombies/_zm_pers_upgrades_functions.gsc index a814843..b2c7222 100644 --- a/patch_zm/maps/mp/zombies/_zm_pers_upgrades_functions.gsc +++ b/patch_zm/maps/mp/zombies/_zm_pers_upgrades_functions.gsc @@ -1042,7 +1042,7 @@ pers_treasure_chest_choosespecialweapon( player ) //checked changed to match cer { player.pers_magic_box_weapon_count = 0; } - if ( player.pers_magic_box_weapon_count < 2 && player.pers_magic_box_weapon_count == 0 || rval < 0.6 ) + if ( ( player.pers_magic_box_weapon_count == 0 || rval < 0.6 ) && player.pers_magic_box_weapon_count < 2 ) { player.pers_magic_box_weapon_count++; if ( isDefined( level.pers_treasure_chest_get_weapons_array_func ) )