Skip to content

Commit

Permalink
Squishier globins
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Jun 27, 2024
1 parent dbfe3cc commit 55e0a83
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ public HSEntityGlobin(World world)
super(world);
this.setSlimeSize(1 + world.rand.nextInt(3), true);
}

@Override
protected void alterSquishAmount()
{
this.squishAmount *= 0.9F;
}
}

0 comments on commit 55e0a83

Please sign in to comment.