summaryrefslogtreecommitdiffstats
path: root/src/Entities/Entity.h
diff options
context:
space:
mode:
authorDamián Imrich <damian@haze.sk>2021-01-22 10:05:18 +0100
committerGitHub <noreply@github.com>2021-01-22 10:05:18 +0100
commit59e906ec6caac03a705d194705cc2859c5797632 (patch)
treeb7083ea56c65ed27e93f4fa6e897ba8e77bc4c68 /src/Entities/Entity.h
parentMultiVersionProtocol: fix two crashes (diff)
downloadcuberite-59e906ec6caac03a705d194705cc2859c5797632.tar
cuberite-59e906ec6caac03a705d194705cc2859c5797632.tar.gz
cuberite-59e906ec6caac03a705d194705cc2859c5797632.tar.bz2
cuberite-59e906ec6caac03a705d194705cc2859c5797632.tar.lz
cuberite-59e906ec6caac03a705d194705cc2859c5797632.tar.xz
cuberite-59e906ec6caac03a705d194705cc2859c5797632.tar.zst
cuberite-59e906ec6caac03a705d194705cc2859c5797632.zip
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 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