Removed more Kraken references - configurable branch

This commit is contained in:
jstnf
2019-04-16 10:03:37 -07:00
parent 7cf3b4e521
commit 3c6b694fb8
2 changed files with 0 additions and 9 deletions

View File

@@ -101,8 +101,4 @@ public class SoundManager {
public static float getPopPitch() {
return ((Misc.getRandom().nextFloat() - Misc.getRandom().nextFloat()) * 0.7F + 1.0F) * 2.0F;
}
public static float getKrakenPitch() {
return (Misc.getRandom().nextFloat() - Misc.getRandom().nextFloat()) * 0.2F + 1.0F;
}
}