mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[MIC] Implemented Eloise, Nephalia Sleuth
This commit is contained in:
parent
46aa282218
commit
698079f480
3 changed files with 57 additions and 1 deletions
|
|
@ -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>";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue