Browse Source

Update Assets/Scripts/CardEffect/LM/Green/LM_066.cs

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 2 months ago
parent
commit
c655a96e50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/CardEffect/LM/Green/LM_066.cs

+ 1 - 1
Assets/Scripts/CardEffect/LM/Green/LM_066.cs

@@ -290,7 +290,7 @@ namespace DCGO.CardEffects.LM
                     {
                         foreach (Permanent permanent1 in permanents)
                         {
-                            if (canNoSelect = false
+                            if (canNoSelect == false
                             && !permanent1.CanSuspend)
                             {
                                 return false;