This commit is contained in:
aozhiwei 2024-02-15 16:34:15 +08:00
parent 2cffb5332a
commit 62d85a9148

View File

@ -1671,7 +1671,8 @@ void Player::UpdateThrowBomb()
return;
}
if (HasBuffEffect(kBET_Jump) ||
HasBuffEffect(kBET_Fly)) {
HasBuffEffect(kBET_Fly) ||
HasBuffEffect(kBET_Floating)) {
throw_bomb.reset();
return;
}