Minor changes to step sounds

This commit is contained in:
Anuken
2025-12-12 21:06:21 -05:00
parent a65325d676
commit 1cf734855b
4 changed files with 6 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ public class SoundPriority{
shieldHit.setMaxConcurrent(4);
max(4, mechStep, mechStepHeavy, walkerStep, walkerStepSmall, walkerStepTiny, mechStepSmall);
max(5, mechStep, mechStepHeavy, walkerStep, walkerStepSmall, walkerStepTiny);
//repair sounds are lower priority and generally not important
set(-1f, blockHeal, healWave);