Fix Reverse the Sands

This commit is contained in:
tool4EvEr
2021-12-27 12:06:29 +01:00
parent 69dd82ed20
commit ef926235ef
2 changed files with 2 additions and 3 deletions

View File

@@ -452,7 +452,7 @@ public class Player extends GameEntity implements Comparable<Player> {
public final boolean setLife(final int newLife, final Card source) {
boolean change = false;
// rule 118.5
// rule 119.5
if (life > newLife) {
change = loseLife(life - newLife, false, false) > 0;
}

View File

@@ -1,8 +1,7 @@
Name:Reverse the Sands
ManaCost:6 W W
Types:Sorcery
A:SP$ SetLife | Cost$ 6 W W | ValidTgts$ Player | TargetMin$ 0 | TargetMax$ Maxplayer | Redistribute$ True | SpellDescription$ Redistribute any number of players' life totals. (Each of those players gets one life total back.)
SVar:Maxplayer:PlayerCountPlayers$Amount
A:SP$ SetLife | Cost$ 6 W W | Defined$ Player | Redistribute$ True | SpellDescription$ Redistribute any number of players' life totals. (Each of those players gets one life total back.)
AI:RemoveDeck:All
SVar:Picture:http://www.wizards.com/global/images/magic/general/reverse_the_sands.jpg
Oracle:Redistribute any number of players' life totals. (Each of those players gets one life total back.)