Quieter build sound / Display player name on hovered unit

This commit is contained in:
Anuken
2023-06-17 15:33:08 -04:00
parent 743f61a92c
commit dc921ff4a8
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ abstract class BuilderComp implements Posc, Statusc, Teamc, Rotc{
if(!within(tile, finalPlaceDst)) continue;
if(!headless){
Vars.control.sound.loop(Sounds.build, tile, 0.51f);
Vars.control.sound.loop(Sounds.build, tile, 0.15f);
}
if(!(tile.build instanceof ConstructBuild cb)){