1
This commit is contained in:
parent
2cffb5332a
commit
62d85a9148
@ -1671,7 +1671,8 @@ void Player::UpdateThrowBomb()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (HasBuffEffect(kBET_Jump) ||
|
if (HasBuffEffect(kBET_Jump) ||
|
||||||
HasBuffEffect(kBET_Fly)) {
|
HasBuffEffect(kBET_Fly) ||
|
||||||
|
HasBuffEffect(kBET_Floating)) {
|
||||||
throw_bomb.reset();
|
throw_bomb.reset();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user