diff --git a/ldjam50/Assets/Scripts/OverMind.cs b/ldjam50/Assets/Scripts/OverMind.cs index c529798..f4b9af3 100644 --- a/ldjam50/Assets/Scripts/OverMind.cs +++ b/ldjam50/Assets/Scripts/OverMind.cs @@ -11,7 +11,7 @@ public class OverMind : MonoBehaviour // [SerializeField] private GameObject mobPull; [SerializeField] private GameObject activeMobs; - private float balanceScale = 1.5f; + private float balanceScale = 1f; private List _pullEnemies;