1
This commit is contained in:
parent
89a9136b44
commit
9300dd66ec
@ -3333,6 +3333,9 @@ void Human::DoDive()
|
||||
HasBuffEffect(kBET_Passenger)) {
|
||||
return;
|
||||
}
|
||||
if (HasBuffEffect(kBET_Floating)) {
|
||||
return;
|
||||
}
|
||||
#if 0
|
||||
if (HasBuffEffect(kBET_Become)) {
|
||||
return;
|
||||
|
@ -843,6 +843,9 @@ void Player::HumanInteraction(Human* hum)
|
||||
if (downed) {
|
||||
return;
|
||||
}
|
||||
if (HasBuffEffect(kBET_Floating)) {
|
||||
return;
|
||||
}
|
||||
if (hum == this) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user