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