1
This commit is contained in:
parent
300ca969c8
commit
d577d9c64e
@ -217,8 +217,7 @@ void Player::UpdateShot()
|
||||
if (second_weapon.meta) {
|
||||
p_weapon = &second_weapon;
|
||||
}
|
||||
if (!p_weapon->meta->power_charge.empty() &&
|
||||
power_idx + 1 != p_weapon->meta->power_charge.size()) {
|
||||
if (!p_weapon->meta->power_charge.empty() && power_idx < 1) {
|
||||
shot_start = false;
|
||||
shot_hold = false;
|
||||
series_shot_frames = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user