diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/Entity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h index cbefc764c..143993dad 100644 --- a/src/Entities/Entity.h +++ b/src/Entities/Entity.h @@ -146,6 +146,8 @@ public: esFireworkExploding = 17, // Passive mob is in "love mode" esMobInLove = 18, + // Plays totem of undying animation and sound + esTotemOfUndying = 35, } ; static const int FIRE_TICKS_PER_DAMAGE = 10; ///< Ticks to wait between damaging an entity when it stands in fire |