Example #1
0
 public EkimusFood(NpcInstance actor) {
   super(actor);
   MAX_PURSUE_RANGE = Integer.MAX_VALUE - 10;
   _points = Rnd.chance(50) ? _route1 : _route2;
   actor.startDebuffImmunity();
 }