mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
add Upwelling (from Scourge)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
7
res/cardsfolder/upwelling.txt
Normal file
7
res/cardsfolder/upwelling.txt
Normal 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
|
||||
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user