Skip to content

Commit

Permalink
Set SecondaryPen to 2x regular blast pen
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Jun 24, 2024
1 parent 0b38271 commit 403ed96
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 = 2;
private const float SecExplosionPenPerDmg = 0.8; // 2x ExplosiveArmorPenetrationMultiplier

public DamageDef def;
public int amount;
Expand Down

0 comments on commit 403ed96

Please sign in to comment.