mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Fixed AI of Blessings of Nature.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user