Skip to content

Commit

Permalink
💩
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrijnbeek committed Oct 1, 2023
1 parent 81052b9 commit f1950cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entities/hazard/HazardLibrary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public static class HazardTypeExtensions

public static int AttackDamage(this HazardType hazardType) => hazardType switch
{
Spider => 100,
Slime => 100,
Spider => 3,
Slime => 2,
OvergrownVines => 0,
_ => throw new ArgumentOutOfRangeException(nameof(hazardType), hazardType, null)
};
Expand Down

0 comments on commit f1950cf

Please sign in to comment.