Skip to content

Commit

Permalink
float fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamaelGray committed Jun 24, 2024
1 parent 403ed96 commit 67c4d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CombatExtended/CombatExtended/SecondaryDamage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace CombatExtended
{
public class SecondaryDamage
{
private const float SecExplosionPenPerDmg = 0.8; // 2x ExplosiveArmorPenetrationMultiplier
private const float SecExplosionPenPerDmg = 0.8f; // 2x ExplosiveArmorPenetrationMultiplier

public DamageDef def;
public int amount;
Expand Down

0 comments on commit 67c4d65

Please sign in to comment.