1
0
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:
Jbleezy
2023-12-21 11:54:58 -08:00
parent 050e462695
commit 95a14847d5
2 changed files with 6 additions and 0 deletions

View File

@ -954,4 +954,9 @@ can_buy_weapon()
return false;
return true;
}
weapon_is_dual_wield(name)
{
return weapondualwieldweaponname(name) != "none";
}