1
This commit is contained in:
parent
fc876f09e6
commit
d8b4ddd1d5
@ -561,7 +561,8 @@ bool Human::IsCollisionInMapService()
|
||||
if (room->OverBorder(GetPos(), meta->i->radius())){
|
||||
return true;
|
||||
}
|
||||
if (HasBuffEffect(kBET_ThroughWall)) {
|
||||
if (HasBuffEffect(kBET_ThroughWall) ||
|
||||
HasBuffEffect(kBET_Fly)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user