some fixes

fixes fabricate
fixes lorded lands
add propagate keyword (like proliferate but it increases all counters)
cards with proliferate can choose a player now
This commit is contained in:
Anthony Calosa
2017-02-09 15:22:10 +08:00
parent 9bb63a68f5
commit f284a9691b
6 changed files with 53 additions and 28 deletions
+1
View File
@@ -1998,6 +1998,7 @@ public:
class AAProliferate: public ActivatedAbility
{
public:
bool allcounters;
AAProliferate(GameObserver* observer, int id, MTGCardInstance * source, Targetable * target,ManaCost * cost = NULL);
int resolve();
const string getMenuText();