[STX] Implemented Kelpie Guide

This commit is contained in:
Evan Kranzler 2021-03-31 09:09:00 -04:00
parent e504140be5
commit 85684c6bf1
3 changed files with 69 additions and 1 deletions

View file

@ -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")