LAPTOP-OM1V99U2\永远de小亡灵 1 年之前
父節點
當前提交
158cc55b71
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ActionTowerDefense/Assets/Scripts/Enemy.cs

+ 1 - 1
ActionTowerDefense/Assets/Scripts/Enemy.cs

@@ -51,7 +51,7 @@ public class Enemy : MoveCharacter
     public float attackRatio;
 
     [Header("µôÂä»ê")]
-    public int dropSoulMax = 1;
+    public int dropSoulMax = 3;
     public int dropSoulMin = 1;
     public float dropSoulAngle = 60f;