couple changes, first i re-added my fancy getMenuText for becomes/transforms abilities, somewhere in the refactor these were forgotten. Fix "Swap" ueot menutext display, it was returning "ability".

fixed a Ai related bug, taught Ai not to mill itself to death basically. played a few matches which Ai was just destroying himself with a creature that allowed him to draw cards for each(whatever) in play. Ai will be a little more careful not to kill himself by Mill, also not to draw 30 cards in a turn when it clearly cant play them.
This commit is contained in:
omegablast2002@yahoo.com
2010-12-03 20:59:46 +00:00
parent b07b772c8e
commit b5ec029d79
4 changed files with 54 additions and 9 deletions

View File

@@ -105,6 +105,7 @@ class MTGAbility: public ActionElement{
UNTAPPER = 22,
TAPPER = 23,
LIFER = 24,
CLONING = 25,
};