Merge pull request #355 from Northmoc/nccFirstResponder

Fix NCC First Responder
This commit is contained in:
Agetian
2022-05-14 18:04:46 +03:00
committed by GitHub
2 changed files with 8 additions and 3 deletions

View File

@@ -1436,6 +1436,9 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
}
}
}
if (sa.hasParam("RememberLKI")) {
source.addRemembered(CardUtil.getLKICopy(c));
}
if (forget) {
source.removeRemembered(movedCard);
}

View File

@@ -3,8 +3,10 @@ ManaCost:3 G
Types:Creature Ogre Citizen
PT:3/3
K:Vigilance
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your end step, you may return another creature you control to its owner's hand, then put a number of +1/+1 counters equal to that creature's power on CARDNAME.
SVar:TrigPutCounter:AB$ PutCounter | Cost$ Return<1/Creature.Other/other creature> | CounterType$ P1P1 | CounterNum$ X
SVar:X:Returned$CardPower
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigReturn | TriggerDescription$ At the beginning of your end step, you may return another creature you control to its owner's hand, then put a number of +1/+1 counters equal to that creature's power on CARDNAME.
SVar:TrigReturn:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Hidden$ True | ChangeType$ Creature.Other+YouCtrl | RememberLKI$ True | SubAbility$ DBPutCounter
SVar:DBPutCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ X | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:RememberedLKI$CardPower
DeckHas:Ability$Counters
Oracle:Vigilance\nAt the beginning of your end step, you may return another creature you control to its owner's hand, then put a number of +1/+1 counters equal to that creature's power on First Responder.