Complete Overhaul of the cantcast abilities, changes in first comment.

This commit is contained in:
omegablast2002@yahoo.com
2010-09-04 15:16:57 +00:00
parent 972e7d7207
commit e65b3f223f
10 changed files with 347 additions and 89 deletions
+3 -3
View File
@@ -4323,7 +4323,7 @@ class AAOnlyOne:public ActivatedAbilityTP{
}else{
player = (Player *) _target;
}
player->onlyonecast = 1;
player->onlyoneinstant = 1;
}
return 1;
}
@@ -4352,7 +4352,7 @@ class AANoSpells:public ActivatedAbilityTP{
}else{
player = (Player *) _target;
}
player->castrestrictedspell = 1;
player->nospellinstant = 1;
}
return 1;
}
@@ -4381,7 +4381,7 @@ class AANoCreatures:public ActivatedAbilityTP{
}else{
player = (Player *) _target;
}
player->castrestrictedcreature = 1;
player->nocreatureinstant = 1;
}
return 1;
}