Fixed primitives, added new ability "hasaftermath" to implement Aftermath cost with Flashback and refactored all cards with Aftermath cost (now they use a special version of Flashback but they don't count as flashback spell), added a new ability "spellmover" to implement all cards that have to target a spell on stack to move to some other zone (they are not real counters so they don't care about "nofizzle" or "nofizzlealternative" abilites of their target), fixed all primitives with "spellmover" ability, added a new keyword "storedname" to target card with a specifc previously stored name, improved "fizzleto" ability in order to allow to move the fizzled card on second place from the top or to exile and imprint the target name.
This commit is contained in:
@@ -963,7 +963,7 @@ void GameStateDuel::Update(float dt)
|
||||
if(game->getCurrentTargetChooser()->getNbTargets() < 1)
|
||||
menu->Add(MENUITEM_TOGGLE_SELECT_ALL, "Select all Targets");
|
||||
else {
|
||||
menu->Add(MENUITEM_TOGGLE_SELECT_ALL, "Remove Selection");
|
||||
menu->Add(MENUITEM_TOGGLE_SELECT_ALL, "Clear Selection");
|
||||
menu->Add(MENUITEM_CONFIRM_SELECT_ALL, "Confirm Selection");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user