@@ -459,7 +459,7 @@ MonoBehaviour:
- attack: 1
weight: 2
- attack: 3
- weight: 1
+ weight: 3
- attack: 5
curAttackType: 0
@@ -159,6 +159,7 @@ public class WaterSprite : Boss
{
continue;
}
+ if(curAttackType == AttackMethods.Hair && attacks[i].attack == AttackMethods.Hair && !isAngry) continue;
powers[i] = attacks[i].weight;
int a = RandomWithWeight(powers);