Erwan
-fixed GameObserver::receiveEvent
This commit is contained in:
@@ -524,6 +524,7 @@ int MTGCardInstance::setDefenser(MTGCardInstance * opponent){
|
||||
WEvent * e = NULL;
|
||||
if (defenser != opponent){
|
||||
e = NEW WEventCreatureBlocker(this, defenser, opponent);
|
||||
|
||||
}
|
||||
defenser = opponent;
|
||||
if (defenser){
|
||||
|
||||
Reference in New Issue
Block a user