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