diff options
Diffstat (limited to 'src/Mobs/Behaviors/BehaviorDayLightBurner.h')
-rw-r--r-- | src/Mobs/Behaviors/BehaviorDayLightBurner.h | 10 |
1 files changed, 10 insertions, 0 deletions
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: |