Просмотр исходного кода

Update Assets/Scripts/CardEffect/BT1/Blue/BT1_040.cs

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 4 месяцев назад
Родитель
Сommit
4113743139
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Assets/Scripts/CardEffect/BT1/Blue/BT1_040.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT1/Blue/BT1_040.cs

@@ -38,7 +38,7 @@ namespace DCGO.CardEffects.BT1
 
                     Permanent thisPermanent = card.PermanentOfThisCard();
 
-                    thisPermanent.UntilEachTurnEndEffects.Add(GetCardEffect);
+                    card.Owner.UntilEachTurnEndEffects.Add(GetCardEffect);
 
                     ICardEffect GetCardEffect(EffectTiming _timing)
                     {