Cruxscape and GS moved off of tech tree

This commit is contained in:
Anuken
2026-01-06 02:08:26 -05:00
parent 57b1cfa3fa
commit a0e37f3f37
6 changed files with 17 additions and 31 deletions

View File

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