mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[STX] Implemented Kelpie Guide
This commit is contained in:
parent
e504140be5
commit
85684c6bf1
3 changed files with 69 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class ActivateIfConditionActivatedAbility extends ActivatedAbilityImpl {
|
|||
if (condition instanceof InvertCondition) {
|
||||
sb.append(" You can't activate this ability ");
|
||||
} else {
|
||||
sb.append(" Activate this ability only ");
|
||||
sb.append(" Activate only ");
|
||||
}
|
||||
if (!condition.toString().startsWith("during")
|
||||
&& !condition.toString().startsWith("before")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue