- Fixed Karmic Guide.

- Eviscerator should only be played by the AI if his lifetotal is larger than 7. 
- Fixed Merfolk Sovereign AI targeting.
- Fixed Sarkhan Vol second ability. 
- Added some code to Knight of the Reliquary which should make it attack more often.
This commit is contained in:
jendave
2011-08-06 03:11:35 +00:00
parent 2344572fa5
commit 254944dc9d
5 changed files with 75 additions and 71 deletions

View File

@@ -8908,7 +8908,6 @@ public class CardFactory implements NewConstants {
}
}
//"Destroy target nonbasic land",
if(userChoice.contains(cardChoice[2]))
AllZone.GameAction.destroy(m_land[0]);