diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Behaviors/BehaviorItemFollower.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Mobs/Behaviors/BehaviorItemFollower.h b/src/Mobs/Behaviors/BehaviorItemFollower.h index 8c79ec763..e381b5e36 100644 --- a/src/Mobs/Behaviors/BehaviorItemFollower.h +++ b/src/Mobs/Behaviors/BehaviorItemFollower.h @@ -5,7 +5,15 @@ class cBehaviorItemFollower; #include "Behavior.h" /** Makes the mob follow specific items when held by the player. -Currently relies on cMonster::GetFollowedItems for the item list. */ +Currently relies on cMonster::GetFollowedItems for the item list. + +Connections to other behaviors: + - None + +Special connections: + - Relies on the polymorphic cMonster::GetFollowedItems function to determine the followed items. + +*/ class cBehaviorItemFollower : public cBehavior { public: |