mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[VOC] various text fixes
This commit is contained in:
parent
652dd49940
commit
53f6bc372a
24 changed files with 88 additions and 85 deletions
|
|
@ -67,13 +67,13 @@ public class InvestigateEffect extends OneShotEffect {
|
|||
message = ". <i>(C";
|
||||
break;
|
||||
case 2:
|
||||
message = "twice. <i>(To investigate, c";
|
||||
message = " twice. <i>(To investigate, c";
|
||||
break;
|
||||
default:
|
||||
message = CardUtil.numberToText(value) + " times. <i>(To investigate, c";
|
||||
message = ' ' + CardUtil.numberToText(value) + " times. <i>(To investigate, c";
|
||||
}
|
||||
} else {
|
||||
message = "X times, where X is the " + amount.getMessage() + ". <i>(To investigate, c";
|
||||
message = " X times, where X is the " + amount.getMessage() + ". <i>(To investigate, c";
|
||||
}
|
||||
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