|
@@ -525,6 +525,8 @@ bool BattleActionsController::actionIsLegal(PossiblePlayerBattleAction action, B
|
|
switch (action.get())
|
|
switch (action.get())
|
|
{
|
|
{
|
|
case PossiblePlayerBattleAction::CHOOSE_TACTICS_STACK:
|
|
case PossiblePlayerBattleAction::CHOOSE_TACTICS_STACK:
|
|
|
|
+ return (targetStack && targetStackOwned && targetStack->Speed() > 0);
|
|
|
|
+
|
|
case PossiblePlayerBattleAction::CREATURE_INFO:
|
|
case PossiblePlayerBattleAction::CREATURE_INFO:
|
|
return (targetStack && targetStackOwned);
|
|
return (targetStack && targetStackOwned);
|
|
|
|
|