Added MagmaCube to Combat XP table.

This commit is contained in:
GJ 2012-02-08 10:11:55 -05:00
parent 86e373b493
commit 20248212ae

View File

@ -443,6 +443,8 @@ public class Combat
xp = (xpinc * 3);
else if(entity instanceof EnderDragon)
xp = (xpinc * 8);
else if(entity instanceof MagmaCube)
xp = (xpinc * 2);
}
}
return xp;