Animals can also have the "Spawned Entity" tag

This commit is contained in:
TfT_02 2013-05-26 17:55:24 +02:00
parent 198ee6a7ed
commit 1ae9b0f4d2

View File

@ -505,10 +505,10 @@ public final class CombatUtils {
} }
break; break;
} }
}
if (target.hasMetadata(mcMMO.entityMetadataKey)) { if (target.hasMetadata(mcMMO.entityMetadataKey)) {
baseXP *= Config.getInstance().getSpawnedMobXpMultiplier(); baseXP *= Config.getInstance().getSpawnedMobXpMultiplier();
}
} }
baseXP *= 10; baseXP *= 10;