Fixed shields not blocking blast compound explosions

This commit is contained in:
Anuken
2024-09-15 19:21:24 -04:00
parent 9911e602a0
commit 8ede0fa6f4
7 changed files with 27 additions and 22 deletions

View File

@@ -1042,7 +1042,7 @@ public class UnitTypes{
status = StatusEffects.blasted;
statusDuration = 60f;
damage = splashDamage * 0.75f;
damage = splashDamage * 0.7f;
}};
}});
}};
@@ -1447,7 +1447,7 @@ public class UnitTypes{
healPercent = 15f;
splashDamage = 220f;
splashDamageRadius = 80f;
damage = splashDamage * 0.75f;
damage = splashDamage * 0.7f;
}};
}});
}};