[MIC] Implemented Eloise, Nephalia Sleuth

This commit is contained in:
Evan Kranzler 2021-09-15 08:32:11 -04:00
parent 46aa282218
commit 698079f480
3 changed files with 57 additions and 1 deletions

View file

@ -60,7 +60,7 @@ public class InvestigateEffect extends OneShotEffect {
default:
message = CardUtil.numberToText(amount) + " times. <i>(To investigate, c";
}
return "investigate " + message + "reate a colorless Clue artifact token " +
return "investigate" + message + "reate a colorless Clue artifact token " +
"with \"{2}, Sacrifice this artifact: Draw a card.\")</i>";
}
}