This commit is contained in:
aozhiwei 2024-02-26 17:26:46 +08:00
parent 89a9136b44
commit 9300dd66ec
2 changed files with 6 additions and 0 deletions

View File

@ -3333,6 +3333,9 @@ void Human::DoDive()
HasBuffEffect(kBET_Passenger)) {
return;
}
if (HasBuffEffect(kBET_Floating)) {
return;
}
#if 0
if (HasBuffEffect(kBET_Become)) {
return;

View File

@ -843,6 +843,9 @@ void Player::HumanInteraction(Human* hum)
if (downed) {
return;
}
if (HasBuffEffect(kBET_Floating)) {
return;
}
if (hum == this) {
return;
}