Skip to content

Commit 44436d5

Browse files
committed
dagger line resistances
1 parent 8f839ad commit 44436d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exogenesis/content/ExoPostProcess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ private static void processAmmoStat(Block block, ObjectMap<? extends UnlockableC
9191

9292
private static void compatibilityTest(){
9393
ExoUnitTypeResistances.applyResistance("new-horizon-nucleoid", kinetic, 0.95f, explosive, 0.95f, pierce, 0.95f, energy, 0.95f, thermal, 0.95f, cryogenic, 0.95f, radiation, 0.95f, graviton , 0.95f);
94-
ExoUnitTypeResistances.applyResistance("allure-0b17-hellfire", kinetic, 0f, explosive, 0f, pierce, 0f, energy, 2f, thermal, 2f, cryogenic, 2f, radiation, 2f, graviton , 2f);
94+
ExoUnitTypeResistances.applyResistance("allure-0b17-hellfire", kinetic, 0f, explosive, 0f, pierce, 0.0001f, energy, 2f, thermal, 2f, cryogenic, 2f, radiation, 2f, graviton , 2f);
9595
}
9696
}

0 commit comments

Comments
 (0)