Erwan
- Added deathtouch (TODO: update Combat rules for damage on multiple blockers) - Added intimidate (untested)
This commit is contained in:
@@ -112,6 +112,19 @@ class MTGLifelinkRule:public MTGAbility{
|
||||
virtual MTGLifelinkRule * clone() const;
|
||||
};
|
||||
|
||||
/* Deathtouch */
|
||||
class MTGDeathtouchRule:public MTGAbility{
|
||||
public:
|
||||
MTGDeathtouchRule(int _id);
|
||||
|
||||
int receiveEvent(WEvent * event);
|
||||
|
||||
int testDestroy();
|
||||
const char * getMenuText(){return "Deathtouch";}
|
||||
|
||||
virtual MTGDeathtouchRule * clone() const;
|
||||
};
|
||||
|
||||
|
||||
/* HUD Display */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user