Skip to content

Commit

Permalink
xl blocks dont take deformation damage
Browse files Browse the repository at this point in the history
  • Loading branch information
xianson committed Sep 12, 2024
1 parent fb7051e commit 49511d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ private void UpdateAllCubes()

cubeDef.DamageEffectName = "Damage_WeapExpl_Damaged";
cubeDef.DamagedSound = new MySoundPair("ParticleWeapExpl");
cubeDef.DeformationRatio = 0f;

}

Expand Down

0 comments on commit 49511d6

Please sign in to comment.