diff --git a/forge-gui/res/cardsfolder/f/forget.txt b/forge-gui/res/cardsfolder/f/forget.txt index 6569a3c1214..df0e72c60ce 100644 --- a/forge-gui/res/cardsfolder/f/forget.txt +++ b/forge-gui/res/cardsfolder/f/forget.txt @@ -1,8 +1,8 @@ Name:Forget ManaCost:U U Types:Sorcery -A:SP$ Discard | Cost$ U U | ValidTgts$ Player | TgtPrompt$ Select target player | Mode$ TgtChoose | NumCards$ 2 | RememberDiscarded$ True | SubAbility$ DBDraw | SpellDescription$ Target player discards two cards, then draws as many cards as he or she discarded this way. +A:SP$ Discard | Cost$ U U | ValidTgts$ Player | TgtPrompt$ Select target player | Mode$ TgtChoose | NumCards$ 2 | RememberDiscarded$ True | SubAbility$ DBDraw | SpellDescription$ Target player discards two cards, then draws as many cards as they discarded this way. SVar:DBDraw:DB$ Draw | Defined$ Targeted | NumCards$ X | References$ X SVar:X:Remembered$Amount SVar:Picture:http://www.wizards.com/global/images/magic/general/forget.jpg -Oracle:Target player discards two cards, then draws as many cards as he or she discarded this way. +Oracle:Target player discards two cards, then draws as many cards as they discarded this way. diff --git a/forge-gui/res/cardsfolder/m/mind_bomb.txt b/forge-gui/res/cardsfolder/m/mind_bomb.txt index 0975119a34d..eb4ce086204 100644 --- a/forge-gui/res/cardsfolder/m/mind_bomb.txt +++ b/forge-gui/res/cardsfolder/m/mind_bomb.txt @@ -1,7 +1,7 @@ Name:Mind Bomb ManaCost:U Types:Sorcery -A:SP$ RepeatEach | Cost$ U | RepeatSubAbility$ DBChoose | RepeatPlayers$ Player | SpellDescription$ Each player may discard up to three cards. CARDNAME deals damage to each player equal to 3 minus the number of cards he or she discarded this way. +A:SP$ RepeatEach | Cost$ U | RepeatSubAbility$ DBChoose | RepeatPlayers$ Player | SpellDescription$ Each player may discard up to three cards. CARDNAME deals damage to each player equal to 3 minus the number of cards they discarded this way. SVar:DBChoose:DB$ ChooseNumber | Defined$ Player.IsRemembered | Min$ 0 | Max$ 3 | AILogic$ LoseLife | SubAbility$ DBDiscard SVar:DBDiscard:DB$ Discard | Defined$ Player.IsRemembered | NumCards$ X | References$ X | Mode$ TgtChoose | RememberDiscarded$ True | SubAbility$ DBLoseLife SVar:DBLoseLife:DB$ LoseLife | Defined$ Player.IsRemembered | LifeAmount$ Z | References$ Z,Y | SubAbility$ DBCleanup @@ -12,4 +12,4 @@ SVar:Z:SVar$Y/NMinus.3 SVar:RemAIDeck:True SVar:RemRandomDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/mind_bomb.jpg -Oracle:Each player may discard up to three cards. Mind Bomb deals damage to each player equal to 3 minus the number of cards he or she discarded this way. +Oracle:Each player may discard up to three cards. Mind Bomb deals damage to each player equal to 3 minus the number of cards they discarded this way.