Only nether-native mobs can see through lava
This commit is contained in:
+13
-13
@@ -24,19 +24,6 @@ cMagmaCube::cMagmaCube(int a_Size) :
|
||||
|
||||
|
||||
|
||||
void cMagmaCube::GetDrops(cItems & a_Drops, cEntity * a_Killer)
|
||||
{
|
||||
UNUSED(a_Killer);
|
||||
if (GetSize() > 1)
|
||||
{
|
||||
AddRandomUncommonDropItem(a_Drops, 25.0f, E_ITEM_MAGMA_CREAM);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
AString cMagmaCube::GetSizeName(int a_Size)
|
||||
{
|
||||
if (a_Size == 1)
|
||||
@@ -45,3 +32,16 @@ AString cMagmaCube::GetSizeName(int a_Size)
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cMagmaCube::GetDrops(cItems & a_Drops, cEntity * a_Killer)
|
||||
{
|
||||
UNUSED(a_Killer);
|
||||
if (GetSize() > 1)
|
||||
{
|
||||
AddRandomUncommonDropItem(a_Drops, 25.0f, E_ITEM_MAGMA_CREAM);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user