mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 23:27:57 -05:00
Time Bomb: fix being replaced by melee weapon
Time Bomb: decrease raise time Ballistic Knife: decrease melee time Add MOTD melee weapons to zone_source
This commit is contained in:
@ -172,7 +172,11 @@ change_melee_weapon(weapon_name, current_weapon)
|
||||
}
|
||||
|
||||
self giveweapon("held_" + weapon_name);
|
||||
self setactionslot(2, "weapon", "held_" + weapon_name);
|
||||
|
||||
if (!self hasweapon("time_bomb_zm") && !self hasweapon("time_bomb_detonator_zm"))
|
||||
{
|
||||
self setactionslot(2, "weapon", "held_" + weapon_name);
|
||||
}
|
||||
|
||||
return current_weapon;
|
||||
}
|
||||
|
Reference in New Issue
Block a user