Browse Source

Revert "Hide Attack option when card has {Breeding}[Main]"

x89rt2 3 months ago
parent
commit
e9063a7a4f
1 changed files with 0 additions and 7 deletions
  1. 0 7
      Assets/Scripts/Script/Permanent.cs

+ 0 - 7
Assets/Scripts/Script/Permanent.cs

@@ -2101,13 +2101,6 @@ public class Permanent
             return false;
         }
 
-        // can not attack from the breeding area
-        if (CardEffectCommons.IsPermanentExistsOnBreedingArea(this))
-        {
-            //any potential CanAttackFromBreedingArea would go here, although other changes would be needed to make the option appear
-            return false;
-        }
-
         //Can not attack during another attack
         if (GManager.instance.attackProcess.IsAttacking)
             return false;