mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Fix Reverse the Sands
This commit is contained in:
@@ -452,7 +452,7 @@ public class Player extends GameEntity implements Comparable<Player> {
|
|||||||
|
|
||||||
public final boolean setLife(final int newLife, final Card source) {
|
public final boolean setLife(final int newLife, final Card source) {
|
||||||
boolean change = false;
|
boolean change = false;
|
||||||
// rule 118.5
|
// rule 119.5
|
||||||
if (life > newLife) {
|
if (life > newLife) {
|
||||||
change = loseLife(life - newLife, false, false) > 0;
|
change = loseLife(life - newLife, false, false) > 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
Name:Reverse the Sands
|
Name:Reverse the Sands
|
||||||
ManaCost:6 W W
|
ManaCost:6 W W
|
||||||
Types:Sorcery
|
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.)
|
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.)
|
||||||
SVar:Maxplayer:PlayerCountPlayers$Amount
|
|
||||||
AI:RemoveDeck:All
|
AI:RemoveDeck:All
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/reverse_the_sands.jpg
|
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.)
|
Oracle:Redistribute any number of players' life totals. (Each of those players gets one life total back.)
|
||||||
|
|||||||
Reference in New Issue
Block a user