Skip to content

Commit

Permalink
Remove bad debug value
Browse files Browse the repository at this point in the history
  • Loading branch information
catapillie committed Apr 29, 2022
1 parent 17722a6 commit c5baef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Behavior/Shattering.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static void OnShatter(this Strawberry strawberry) {
level.Particles.Emit(explodeParticle, position, num);
}

int amount = 1;
int amount = ShatteringStrawberriesModule.Settings.Shards.Amount();
if (amount > 0) {
color *= 0.75f;
Vector2 from = Calc.Floor(strawberry.Position);
Expand Down

0 comments on commit c5baef5

Please sign in to comment.