Skip to content

Commit

Permalink
Fixing up night borne splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniSoda17 committed Oct 16, 2023
1 parent 80915ea commit e0701d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ public static Entity createSplittingRocky(int health) {
* @return Splitting Night Borne
*/
public static Entity createSplittingNightBorne(int health) {
return createNightBorne(health).addComponent(new SplitMoblings(MobType.NIGHT_BORNE, 7, 0.3f));
return createNightBorne(health).addComponent(new SplitMoblings(MobType.NIGHT_BORNE, 7, 0.5f));
}

/**
Expand Down

0 comments on commit e0701d9

Please sign in to comment.