what a dumb typo. surprised it was in the engine that way for so long.

This commit is contained in:
zethfoxster
2016-07-08 17:48:27 -04:00
parent 0ff7e54ff4
commit c0c52e57df

View File

@@ -6160,7 +6160,7 @@ public:
{
if(forceDestroy != -1)
return 1;
if(!(source->hasType(Subtypes::TYPE_INSTANT)||source->hasType(Subtypes::TYPE_INSTANT)) && !source->isInPlay(game))
if(!(source->hasType(Subtypes::TYPE_INSTANT)||source->hasType(Subtypes::TYPE_SORCERY)) && !source->isInPlay(game))
return 1;
return 0;
}