X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPerson.hpp;fp=Source%2FObjects%2FPerson.hpp;h=9492fb704f5ad59a714e7b545299f97e3b4eb2ed;hp=0bacf772b21744eda7de9d07be2b197c83d02e8b;hb=265236f7b4d05d576a4a6fd81823abff5f3f757b;hpb=a4fa4c9e3d7087b3789ff16238089547e78b818f diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index 0bacf77..9492fb7 100644 --- a/Source/Objects/Person.hpp +++ b/Source/Objects/Person.hpp @@ -400,6 +400,8 @@ public: void addClothes(); void doAI(); + + bool catchKnife(); }; const int maxplayers = 10;