summaryrefslogtreecommitdiffstats
path: root/src/Entities/Entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/Entity.h')
-rw-r--r--src/Entities/Entity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h
index 63dfabb53..c4f66893d 100644
--- a/src/Entities/Entity.h
+++ b/src/Entities/Entity.h
@@ -126,6 +126,8 @@ public:
// Informs client to explode a firework based on its metadata
esFireworkExploding = 17,
+ // Passive mob is in "love mode"
+ esMobInLove = 18,
} ;
static const int FIRE_TICKS_PER_DAMAGE = 10; ///< Ticks to wait between damaging an entity when it stands in fire