[CLB] Implemented Passionate Archaeologist

This commit is contained in:
Evan Kranzler 2022-06-05 17:27:43 -04:00
parent cd847932c2
commit 8bc4061e9b
3 changed files with 90 additions and 1 deletions

View file

@ -188,7 +188,7 @@ public class DamageTargetEffect extends OneShotEffect {
if (message.equals("1")) {
sb.append(" equal to the number of ");
} else {
if (message.startsWith("the") || message.startsWith("twice")) {
if (message.startsWith("the") || message.startsWith("that") || message.startsWith("twice")) {
sb.append(" equal to ");
} else {
sb.append(" for each ");