Erwan
- Magic 2010: Combat Damages don't go on the stack anymore - Comp rules: "goes to graveyard" effects don't go on the stack anymore - Regenerate "fixed" (untested) - Basic "ReplacementEffect" mechanism for damage prevention. Can be extended to other replacement effects with some limits. - TODO: Damages don't go on the stack, the abilities that create them do.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
class MTGPlayerCards;
|
||||
class MTGInPlay;
|
||||
|
||||
class Player: public Damageable, public Targetable{
|
||||
class Player: public Damageable{
|
||||
protected:
|
||||
ManaCost * manaPool;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user