mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +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) {
|
||||
boolean change = false;
|
||||
// rule 118.5
|
||||
// rule 119.5
|
||||
if (life > newLife) {
|
||||
change = loseLife(life - newLife, false, false) > 0;
|
||||
}
|
||||
|
||||
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user