|
|
@@ -466,6 +466,8 @@ public class Permanent
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ DP += LinkedDP;
|
|
|
|
|
|
foreach (ICardEffect cardEffect in cardEffects_ChangeDP_NotIsUpDown)
|
|
|
{
|
|
|
@@ -486,8 +488,6 @@ public class Permanent
|
|
|
}
|
|
|
#endregion
|
|
|
|
|
|
- DP += LinkedDP;
|
|
|
-
|
|
|
if (DP < 0)
|
|
|
{
|
|
|
DP = 0;
|
|
|
@@ -635,6 +635,8 @@ public class Permanent
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ DP += LinkedDP;
|
|
|
|
|
|
foreach (ICardEffect cardEffect in cardEffects_ChangeDP_NotIsUpDown)
|
|
|
{
|
|
|
@@ -655,8 +657,6 @@ public class Permanent
|
|
|
}
|
|
|
#endregion
|
|
|
|
|
|
- DP += LinkedDP;
|
|
|
-
|
|
|
if (DP < 0)
|
|
|
{
|
|
|
DP = 0;
|