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:
@@ -105,6 +105,7 @@ class MTGAbility: public ActionElement{
|
||||
UNTAPPER = 22,
|
||||
TAPPER = 23,
|
||||
LIFER = 24,
|
||||
CLONING = 25,
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user