]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Person.hpp
Moved knife catching test to a method and removed hardcoded rabbittype test
[lugaru.git] / Source / Objects / Person.hpp
index 0bacf772b21744eda7de9d07be2b197c83d02e8b..9492fb704f5ad59a714e7b545299f97e3b4eb2ed 100644 (file)
@@ -400,6 +400,8 @@ public:
     void addClothes();
 
     void doAI();
+
+    bool catchKnife();
 };
 
 const int maxplayers = 10;