diff --git a/scripts/Contents/Characters/Chick.gd b/scripts/Contents/Characters/Chick.gd index db26ca4..ce7faca 100644 --- a/scripts/Contents/Characters/Chick.gd +++ b/scripts/Contents/Characters/Chick.gd @@ -23,7 +23,7 @@ func ai(): elif currentFocusedBoss.position.distance_to(position) < 700: tryAttack(1) else: - var method = MathTool.randc_from([3, 3, 0, 3, 3]) + var method = MathTool.randc_from([3, 0, 0]) # 0: 钻石, 1: 激光, 2: 喷火, 3: 冲刺,这里随机到钻石的概率比冲刺大一倍 tryAttack(method, method == 3) func attack(type): if type == 0: