- fix issue 308
- daily build
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-31 06:24:28 +00:00
parent f863dca678
commit e3d98f23f9
5 changed files with 54 additions and 1 deletions
+2 -1
View File
@@ -1388,7 +1388,8 @@ class GenericInstantAbility: public InstantAbility{
public:
MTGAbility * ability;
GenericInstantAbility(int _id, MTGCardInstance * _source, Damageable * _target, MTGAbility * ability): InstantAbility(_id, _source, _target), ability(ability){
}
ability->target = _target;
}
int addToGame(){
ability->forceDestroy = -1;