mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
parent
ff00747ecf
commit
92dc902748
@ -298,7 +298,7 @@ protected:
|
|||||||
//this stack is from other player
|
//this stack is from other player
|
||||||
else if(battleWideNegation)
|
else if(battleWideNegation)
|
||||||
{
|
{
|
||||||
if(!m->ownerMatches(target, false))
|
if(m->ownerMatches(target, false))
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user