Shield and shockwave tower sounds

This commit is contained in:
Anuken
2025-11-29 17:43:36 -05:00
parent 3e0eb4a875
commit 43d4deb801
12 changed files with 51 additions and 13 deletions

View File

@@ -1514,7 +1514,9 @@ public class UnitTypes{
buildBeamOffset = 43;
ammoCapacity = 1;
abilities.add(new ForceFieldAbility(140f, 4f, 7000f, 60f * 8, 8, 0f), new RepairFieldAbility(130f, 60f * 2, 140f));
abilities.add(new ForceFieldAbility(140f, 4f, 7000f, 60f * 8, 8, 0f){{
breakSound = Sounds.shieldBreak;
}}, new RepairFieldAbility(130f, 60f * 2, 140f));
}};
//endregion