Browse Source

Do not try to rise demons from war machines

AlexVinS 10 years ago
parent
commit
4b5cb3599a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/battle/CBattleInterface.cpp

+ 1 - 0
client/battle/CBattleInterface.cpp

@@ -2168,6 +2168,7 @@ void CBattleInterface::handleHex(BattleHex myNumber, int eventType)
 						|| shere->hasBonusOfType(Bonus::NON_LIVING) 
 						|| shere->hasBonusOfType(Bonus::NON_LIVING) 
 						|| vstd::contains(shere->state, EBattleStackState::SUMMONED)
 						|| vstd::contains(shere->state, EBattleStackState::SUMMONED)
 						|| vstd::contains(shere->state, EBattleStackState::CLONED)
 						|| vstd::contains(shere->state, EBattleStackState::CLONED)
+						|| shere->hasBonusOfType(Bonus::SIEGE_WEAPON)
 						))
 						))
 						legalAction = true;
 						legalAction = true;
 				}					
 				}