diff options
author | Damián Imrich <damian@haze.sk> | 2021-01-22 10:05:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 10:05:18 +0100 |
commit | 59e906ec6caac03a705d194705cc2859c5797632 (patch) | |
tree | b7083ea56c65ed27e93f4fa6e897ba8e77bc4c68 /src/Entities/Entity.h | |
parent | MultiVersionProtocol: fix two crashes (diff) | |
download | cuberite-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 '')
-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 |