Răsfoiți Sursa

蓝满了可以继续吃

wgl 6 luni în urmă
părinte
comite
3ef3b361a9
1 a modificat fișierele cu 0 adăugiri și 7 ștergeri
  1. 0 7
      ActionTowerDefense/Assets/Scripts/Soul.cs

+ 0 - 7
ActionTowerDefense/Assets/Scripts/Soul.cs

@@ -72,13 +72,6 @@ public class Soul : MonoBehaviour
             }
 
         }
-        else
-        {
-            if(PlayersInput.instance[id].mp >= PlayersInput.instance[id].totalMp)
-            {
-                return;
-            }
-        }
         collected = true;
         GetComponent<BoxCollider>().enabled = false;
         tweenPos.from = transform;