X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fai%2FIdleState.hpp;h=b663d9164fc459ab20be2076476ebd230f912c7a;hb=fa3c4a14546d73ddc2671cd5cc58208839bf7173;hp=76358f8eb6b65aa3f47d169f393eb1596a9f8191;hpb=d122d3e445d64f7d710c1cfaf285ff01bbe955b9;p=blank.git diff --git a/src/ai/IdleState.hpp b/src/ai/IdleState.hpp index 76358f8..b663d91 100644 --- a/src/ai/IdleState.hpp +++ b/src/ai/IdleState.hpp @@ -6,6 +6,11 @@ namespace blank { +/// stand around and do nothing +/// occasionally look in a different direction +/// start roaming at random +/// start chasing a player if one comes near + class IdleState : public AIState {