mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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.isCreature()) {
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user