v0.7.5: fixed Tengu not being able to see the player at high distances
This commit is contained in:
parent
c2c884df7b
commit
868ace78b1
|
@ -87,6 +87,8 @@ public class NewTengu extends Mob {
|
|||
flying = true; //doesn't literally fly, but he is fleet-of-foot enough to avoid hazards
|
||||
|
||||
properties.add(Property.BOSS);
|
||||
|
||||
viewDistance = 12;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user