1
This commit is contained in:
parent
3af91ee7ed
commit
f9e86da208
@ -223,6 +223,9 @@ void Player::UpdateShot()
|
|||||||
if (HasBuffEffect(kBET_Vertigo) && !HasBuffEffect(kBET_AutoShot)) {
|
if (HasBuffEffect(kBET_Vertigo) && !HasBuffEffect(kBET_AutoShot)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (HasBuffEffect(kBET_Sprint)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
Weapon* p_weapon = GetCurrWeapon();
|
Weapon* p_weapon = GetCurrWeapon();
|
||||||
if (second_weapon.meta) {
|
if (second_weapon.meta) {
|
||||||
p_weapon = &second_weapon;
|
p_weapon = &second_weapon;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user