- Fixed AI of Blessings of Nature.

This commit is contained in:
Sloth
2012-07-10 16:43:10 +00:00
parent 8c2a3cd5b6
commit 76c78d055e
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Types:Enchantment
Text:no text
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddPower$ 3 | AddToughness$ 1 | AddKeyword$ Lifelink | CheckSVar$ X | SVarCompare$ EQ1 | Description$ As long as you control exactly one creature, that creature gets +3/+1 and has lifelink.
SVar:X:Count$Valid Creature.YouCtrl
SVar:PlayMain1:TRUE
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/homicidal_seclusion.jpg
SetInfo:AVR|Uncommon|http://magiccards.info/scans/en/avr/108.jpg

View File

@@ -494,7 +494,7 @@ public class AbilityFactoryCounters {
if (af.isCurse()) {
choice = AbilityFactoryCounters.chooseCursedTarget(list, type, amount);
} else {
choice = AbilityFactoryCounters.chooseBoonTarget(list, type);
}
if (choice == null) { // can't find anything left