add Upwelling (from Scourge)

This commit is contained in:
jendave
2011-08-06 09:47:57 +00:00
parent 048d9a8789
commit 17ba3e07a9
3 changed files with 11 additions and 2 deletions

1
.gitattributes vendored
View File

@@ -4567,6 +4567,7 @@ res/cardsfolder/unyaro_bee_sting.txt -text svneol=native#text/plain
res/cardsfolder/unyaro_bees.txt -text svneol=native#text/plain
res/cardsfolder/upheaval.txt -text svneol=native#text/plain
res/cardsfolder/uproot.txt -text svneol=native#text/plain
res/cardsfolder/upwelling.txt -text svneol=native#text/plain
res/cardsfolder/ur_drago.txt -text svneol=native#text/plain
res/cardsfolder/ur_golems_eye.txt -text svneol=native#text/plain
res/cardsfolder/urborg_drake.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,7 @@
Name:Upwelling
ManaCost:3 G
Types:Enchantment
Text:Mana pools don't empty as steps and phases end.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/upwelling.jpg
End

View File

@@ -135,7 +135,8 @@ public class Phase extends MyObservable
//}
AllZone.ManaPool.clearPool();
if(!AllZoneUtil.isCardInPlay("Upwelling")) AllZone.ManaPool.clearPool();
if (getPhase().equals(Constant.Phase.Combat_Declare_Attackers)) {
nCombatsThisTurn++;
} else if (getPhase().equals(Constant.Phase.Main1)) {