mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Disable melee weapon switching if player has Time Bomb
This commit is contained in:
@ -1832,7 +1832,7 @@ melee_weapon_switch_watcher()
|
|||||||
prev_wep = curr_wep;
|
prev_wep = curr_wep;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(self actionSlotTwoButtonPressed() && !self hasWeapon("equip_dieseldrone_zm"))
|
if(self actionSlotTwoButtonPressed() && !self hasWeapon("time_bomb_zm") && !self hasWeapon("time_bomb_detonator_zm") && !self hasWeapon("equip_dieseldrone_zm"))
|
||||||
{
|
{
|
||||||
if(curr_wep != melee_wep)
|
if(curr_wep != melee_wep)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user