public MoveRangeCalculator(Creature owner)
     : this(owner.MapBattlemap)
 {
     _owner = owner;
 }