Skip to content

Commit

Permalink
Revert "Try to compensate for wierd voodoo"
Browse files Browse the repository at this point in the history
This reverts commit 0416eaa.
  • Loading branch information
TheLoneTec committed Oct 2, 2024
1 parent 0416eaa commit 544b37a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</graphicData>
<projectile Class="CombatExtended.ProjectilePropertiesCE">
<damageDef>Thermobaric</damageDef>
<damageAmountBase>145</damageAmountBase><!-- <damageAmountBase>245</damageAmountBase> -->
<damageAmountBase>245</damageAmountBase>
<speed>60</speed>
<flyOverhead>false</flyOverhead>
<explosionRadius>4.5</explosionRadius>
Expand All @@ -101,7 +101,7 @@
</projectile>
<comps>
<li Class="CombatExtended.CompProperties_ExplosiveCE">
<damageAmountBase>85</damageAmountBase> <!-- <damageAmountBase>150</damageAmountBase> -->
<damageAmountBase>150</damageAmountBase>
<explosiveDamageType>Thermobaric</explosiveDamageType>
<explosiveRadius>1.9</explosiveRadius>
<applyDamageToExplosionCellsNeighbors>true</applyDamageToExplosionCellsNeighbors>
Expand Down

0 comments on commit 544b37a

Please sign in to comment.