From 7a7b9e88b295bd5e151f84cb4ae78d1749367d4e Mon Sep 17 00:00:00 2001 From: TheJumper Date: Sat, 22 Feb 2014 01:21:49 +0100 Subject: Added static Enchantment Constants, Replaced cryptic Looting ID --- src/Mobs/Cavespider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mobs/Cavespider.cpp') diff --git a/src/Mobs/Cavespider.cpp b/src/Mobs/Cavespider.cpp index 0554f5c2a..7274820b7 100644 --- a/src/Mobs/Cavespider.cpp +++ b/src/Mobs/Cavespider.cpp @@ -31,7 +31,7 @@ void cCavespider::Tick(float a_Dt, cChunk & a_Chunk) void cCavespider::GetDrops(cItems & a_Drops, cEntity * a_Killer) { - int LootingLevel = a_Killer->GetEquippedWeapon().m_Enchantments.GetLevel(21); + int LootingLevel = a_Killer->GetEquippedWeapon().m_Enchantments.GetLevel(E_ENCHANTMENT_LOOTING); AddRandomDropItem(a_Drops, 0, 2 + LootingLevel, E_ITEM_STRING); if (a_Killer->IsA("cPlayer") || a_Killer->IsA("cWolf")) { -- cgit v1.2.3