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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user