mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Merge branch 'card-fixes' into 'master'
Fix MayFlashSac See merge request core-developers/forge!4052
This commit is contained in:
@@ -3336,7 +3336,7 @@ public class CardFactoryUtil {
|
|||||||
+ " the controller of the permanent it becomes sacrifices it at the beginning of the next cleanup step.";
|
+ " the controller of the permanent it becomes sacrifices it at the beginning of the next cleanup step.";
|
||||||
|
|
||||||
final String strDelay = "DB$ DelayedTrigger | Mode$ Phase | Phase$ Cleanup | TriggerDescription$ At the beginning of the next cleanup step, sacrifice CARDNAME.";
|
final String strDelay = "DB$ DelayedTrigger | Mode$ Phase | Phase$ Cleanup | TriggerDescription$ At the beginning of the next cleanup step, sacrifice CARDNAME.";
|
||||||
final String strSac = "DB$ SacrificeAll | Defined$ Self";
|
final String strSac = "DB$ SacrificeAll | ValidCards$ Card.Self";
|
||||||
|
|
||||||
SpellAbility saDelay = AbilityFactory.getAbility(strDelay, card);
|
SpellAbility saDelay = AbilityFactory.getAbility(strDelay, card);
|
||||||
saDelay.setAdditionalAbility("Execute", (AbilitySub) AbilityFactory.getAbility(strSac, card));
|
saDelay.setAdditionalAbility("Execute", (AbilitySub) AbilityFactory.getAbility(strSac, card));
|
||||||
|
|||||||
Reference in New Issue
Block a user