- Fixed Guardian Seraph.

This commit is contained in:
jendave
2011-08-06 11:14:12 +00:00
parent 7cd58e0a1f
commit c0aaf798f9

View File

@@ -263,6 +263,9 @@ public abstract class Player extends MyObservable{
else return 0;
}
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.getPlayerColorInPlay(this, Constant.Color.Black).size() > 0