Remove internal phase comments and format code
Strip all Phase references, TODO/FUTURE roadmap notes, and internal planning comments from the codebase. Run Prettier for consistent formatting across all Java files.
This commit is contained in:
@@ -5,8 +5,6 @@ import com.tiedup.remake.core.ModConfig;
|
||||
/**
|
||||
* GagMaterial DNA - Defines the "sound" and behavior of different gag materials.
|
||||
*
|
||||
* Phase 15: Added PANEL, LATEX, RING, BITE, SPONGE, BAGUETTE
|
||||
* Phase 16: Enhanced with phonetic properties for realistic speech transformation
|
||||
*/
|
||||
public enum GagMaterial {
|
||||
// Original materials
|
||||
@@ -63,7 +61,6 @@ public enum GagMaterial {
|
||||
0.0f
|
||||
),
|
||||
|
||||
// Phase 15: New materials
|
||||
PANEL(
|
||||
new String[] { "m", "n" },
|
||||
new String[] { "mm", "nn" },
|
||||
@@ -148,7 +145,6 @@ public enum GagMaterial {
|
||||
private final float defaultComprehension;
|
||||
private final double defaultTalkRange;
|
||||
|
||||
// Phase 16: Phonetic properties
|
||||
private final String dominantConsonant;
|
||||
private final String dominantVowel;
|
||||
private final float plosiveBleed; // b,d,g,k,p,t - require lip/tongue
|
||||
|
||||
Reference in New Issue
Block a user