mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Use the new concat method.
This commit is contained in:
@@ -2165,7 +2165,8 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
|||||||
if (forgeCard.isPermanent() && !forgeCard.isAura()) {
|
if (forgeCard.isPermanent() && !forgeCard.isAura()) {
|
||||||
if (forgeCard.isCreature()) {
|
if (forgeCard.isCreature()) {
|
||||||
if (!repeatLast) {
|
if (!repeatLast) {
|
||||||
lastSummoningSickness = getGui().confirm(forgeCard.getView(), "Should " + forgeCard + " be affected with Summoning Sickness?");
|
lastSummoningSickness = getGui().confirm(forgeCard.getView(),
|
||||||
|
TextUtil.concatWithSpace("Should", forgeCard.toString(), "be affected with Summoning Sickness?"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
game.getAction().moveTo(targetZone, forgeCard, null);
|
game.getAction().moveTo(targetZone, forgeCard, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user