added
this(damaged) added targetchooser [damaged] status added targetchooser [controllerdamager] targetchooser [opponentdamager] basically checks for whos doing damage to who in a match per turn.
This commit is contained in:
@@ -105,6 +105,13 @@ class ThisNotBlocked:public ThisDescriptor{
|
||||
ThisNotBlocked(int unblocked);
|
||||
};
|
||||
|
||||
class ThisDamaged:public ThisDescriptor{
|
||||
public:
|
||||
virtual int match(MTGCardInstance * card);
|
||||
|
||||
ThisDamaged(int wasDealtDamage);
|
||||
};
|
||||
|
||||
class ThisPower:public ThisDescriptor{
|
||||
public:
|
||||
virtual int match(MTGCardInstance * card);
|
||||
|
||||
Reference in New Issue
Block a user