X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcreature%2FLocateResourceGoal.hpp;h=fb4dad58016b920309c3c4f8aabc33ef91c3850f;hb=HEAD;hp=bbb636e8614c60105f8b345a302d5ddd605700fc;hpb=c49dd02dfabb123e0c6c4b49f761ce6578dfc464;p=blobs.git diff --git a/src/creature/LocateResourceGoal.hpp b/src/creature/LocateResourceGoal.hpp index bbb636e..fb4dad5 100644 --- a/src/creature/LocateResourceGoal.hpp +++ b/src/creature/LocateResourceGoal.hpp @@ -29,7 +29,7 @@ private: void SearchVicinity(); void Remember(); void RandomWalk(); - bool NearTarget() const noexcept; + bool OnTarget() const noexcept; private: Composition accept;