mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-02 10:00:27 -05:00
Optimize _zm_magicbox::weapon_is_dual_wield
This commit is contained in:
@ -954,4 +954,9 @@ can_buy_weapon()
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
weapon_is_dual_wield(name)
|
||||
{
|
||||
return weapondualwieldweaponname(name) != "none";
|
||||
}
|
Reference in New Issue
Block a user