mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Fixed Guardian Seraph.
This commit is contained in:
@@ -264,6 +264,9 @@ public abstract class Player extends MyObservable{
|
|||||||
}
|
}
|
||||||
if (AllZoneUtil.isCardInPlay("Urza's Armor", this) && restDamage > 0) restDamage = restDamage - 1;
|
if (AllZoneUtil.isCardInPlay("Urza's Armor", this) && restDamage > 0) restDamage = restDamage - 1;
|
||||||
|
|
||||||
|
if (AllZoneUtil.isCardInPlay("Guardian Seraph", this) && !source.getController().isPlayer(this) && restDamage > 0)
|
||||||
|
restDamage = restDamage - 1;
|
||||||
|
|
||||||
if(AllZoneUtil.isCardInPlay("Spirit of Resistance", this)) {
|
if(AllZoneUtil.isCardInPlay("Spirit of Resistance", this)) {
|
||||||
if( AllZoneUtil.getPlayerColorInPlay(this, Constant.Color.Black).size() > 0
|
if( AllZoneUtil.getPlayerColorInPlay(this, Constant.Color.Black).size() > 0
|
||||||
&& AllZoneUtil.getPlayerColorInPlay(this, Constant.Color.Blue).size() > 0
|
&& AllZoneUtil.getPlayerColorInPlay(this, Constant.Color.Blue).size() > 0
|
||||||
|
|||||||
Reference in New Issue
Block a user