From 40503ab8912c21c8f7913b190fcf835dd8ad18d1 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Fri, 8 Sep 2017 17:52:30 +0300 Subject: Documentation --- src/Mobs/Behaviors/BehaviorDayLightBurner.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/Mobs/Behaviors/BehaviorDayLightBurner.h') diff --git a/src/Mobs/Behaviors/BehaviorDayLightBurner.h b/src/Mobs/Behaviors/BehaviorDayLightBurner.h index 920f9d5c7..ebdae9977 100644 --- a/src/Mobs/Behaviors/BehaviorDayLightBurner.h +++ b/src/Mobs/Behaviors/BehaviorDayLightBurner.h @@ -4,6 +4,16 @@ #include "Behavior.h" #include "../../World.h" +/** +The mob will burn in daylight. + +Connections to other behaviors: + - None. + +Special connections: + - Alters the pathfinder, so that the mob will try avoiding sunlight. + +*/ class cBehaviorDayLightBurner : cBehavior { public: -- cgit v1.2.3