Wave tank crawl damage / Breach ammo use decrease

This commit is contained in:
Anuken
2022-01-26 15:15:56 -05:00
parent c1858b09d0
commit f45e6e016d
5 changed files with 17 additions and 7 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.crawlDamage * Time.delta);
t.build.damage(team, type.areaDamage * Time.delta);
}
if(Mathf.chanceDelta(0.025)){