And set the RIGHT variable *sigh*

This commit is contained in:
Christian 2013-10-13 11:55:15 -04:00
parent de69b7dfd0
commit 6c45b43eee
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
if (par1EntityLivingData1 == null)
{
- par1EntityLivingData1 = new EntityZombieGroupData(this, this.worldObj.rand.nextFloat() < 0.05F, this.worldObj.rand.nextFloat() < 0.05F, (EntityZombieINNER1)null);
+ par1EntityLivingData1 = new EntityZombieGroupData(this, this.worldObj.rand.nextFloat() < 0.05F, this.worldObj.rand.nextFloat() < ForgeDummyContainer.zombieBabyChance, (EntityZombieINNER1)null);
+ par1EntityLivingData1 = new EntityZombieGroupData(this, this.worldObj.rand.nextFloat() < ForgeDummyContainer.zombieBabyChance, this.worldObj.rand.nextFloat() < 0.05F, (EntityZombieINNER1)null);
}
if (par1EntityLivingData1 instanceof EntityZombieGroupData)