Tank crush damage tweaks

This commit is contained in:
Anuke
2022-03-04 17:22:22 -05:00
parent 742466c3ee
commit a97192a79d
6 changed files with 11 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ abstract class CrawlComp implements Posc, Rotc, Hitboxc, Unitc{
//TODO area damage to units
if(t.build != null && t.build.team != team){
t.build.damage(team, type.areaDamage * Time.delta);
t.build.damage(team, type.crushDamage * Time.delta);
}
if(Mathf.chanceDelta(0.025)){