1
This commit is contained in:
parent
2cffb5332a
commit
62d85a9148
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user