runningTotal += profile.normalizedWeight;

public void InitializeWeights() if (girlEntries.Count <= 0) Debug.LogError("No girl profiles found in RNG configuration!"); return;

SpawnGirl();

if (totalWeight <= 0f) Debug.LogWarning("Total spawn weight is zero!"); return;