lots of text fixes

This commit is contained in:
xenohedron 2023-11-23 01:22:14 -05:00
parent a7de73723f
commit 109547a1ad
73 changed files with 158 additions and 184 deletions

View file

@ -103,7 +103,7 @@ public class SpellCastControllerTriggeredAbility extends TriggeredAbilityImpl {
}
private void makeTriggerPhrase() {
String text = "Whenever you cast " + filter.getMessage();
String text = getWhen() + "you cast " + filter.getMessage();
switch (fromZone) {
case ALL: