Skip to content

Commit 1a623d7

Browse files
committed
Derpty Derp Derp
1 parent 62b550a commit 1a623d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/net/probossgamers/turtlemod/entity/monster/EntityZombieTurtle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ public void onLivingUpdate()
7070
if (f > 0.5f && rand.nextFloat() * 30.0f < (f - 0.4f) * 2.0f && worldObj.canBlockSeeTheSky(MathHelper.floor_double(posX), MathHelper.floor_double(posY), MathHelper.floor_double(posZ))) setFire(8);
7171
super.onLivingUpdate();
7272
}
73+
super.onLivingUpdate();
7374
}
7475
}

0 commit comments

Comments
 (0)