v0.7.5: fixed Tengu not being able to see the player at high distances

This commit is contained in:
Evan Debenham 2019-09-29 00:04:22 -04:00
parent c2c884df7b
commit 868ace78b1

View File

@ -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 flying = true; //doesn't literally fly, but he is fleet-of-foot enough to avoid hazards
properties.add(Property.BOSS); properties.add(Property.BOSS);
viewDistance = 12;
} }
@Override @Override