From a4c07d2f98edb650d586caaa08feb8f4b16cc639 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Tue, 12 Sep 2017 09:02:17 +0100 Subject: Adjust lava damage values (#4020) Fixes isue #2925 --- src/Entities/Entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Entities/Entity.h') diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h index 3dc2d8f42..4174160bf 100644 --- a/src/Entities/Entity.h +++ b/src/Entities/Entity.h @@ -138,7 +138,7 @@ public: static const int FIRE_TICKS_PER_DAMAGE = 10; ///< Ticks to wait between damaging an entity when it stands in fire static const int FIRE_DAMAGE = 1; ///< Damage to deal when standing in fire static const int LAVA_TICKS_PER_DAMAGE = 10; ///< Ticks to wait between damaging an entity when it stands in lava - static const int LAVA_DAMAGE = 5; ///< Damage to deal when standing in lava + static const int LAVA_DAMAGE = 4; ///< Damage to deal when standing in lava static const int BURN_TICKS_PER_DAMAGE = 20; ///< Ticks to wait between damaging an entity when it is burning static const int BURN_DAMAGE = 1; ///< Damage to deal when the entity is burning -- cgit v1.2.3