First before i reply, wrong section this should go into support.
Secondly to reply you question check
bool Monster::canSee(const Position& pos) const
{
return Creature::canSee(getPosition(), pos, 9, 9);
}
under monster.cpp
1584143316
also put this
return canSee(getPosition(), pos, 15...