diff --git a/projects/mtg/bin/daily_build/template.exe b/projects/mtg/bin/daily_build/template.exe index 018085d65..a71691cb2 100644 Binary files a/projects/mtg/bin/daily_build/template.exe and b/projects/mtg/bin/daily_build/template.exe differ diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index deee91ee8..b08a4d1c1 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -1898,6 +1898,8 @@ public: //TODO check if ability is oneShot ? if (td->match(source) > 0){ addAbilityToGame(); + }else{ + removeAbilityFromGame(); } if (ability->oneShot) a = NULL; //allows to call the effect several times return 1;