fixed a bug with lords not removing altercost correctly when the source is phased.

added 
cantbeblockerof(this)<--this = the card who owns the ability.
cantbeblockerof(targetchooser) <--the target cant block anything targetable by this targetchooser.
spin engine and similar will use cantbeblockerof(this).
others were done with a workaround, which i hope will be updated soon.
This commit is contained in:
omegablast2002@yahoo.com
2013-02-06 02:45:40 +00:00
parent 1d06a74fd9
commit e424c3ab27
7 changed files with 182 additions and 8 deletions

View File

@@ -119,6 +119,7 @@ class GameObserver{
Player * currentlyActing();
GameObserver(WResourceManager* output = 0, JGE* input = 0);
virtual ~GameObserver();
int waitingGameStateCheck;
void gameStateBasedEffects();
void enchantmentStatus();
void Affinity();