浏览代码

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

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 4 月之前
父节点
当前提交
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)
                     {