mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Tinybones, the Pickpocket and support (#4806)
* Tinybones, the Pickpocket and support * Remove duplicated text
This commit is contained in:
@@ -432,6 +432,10 @@ public class PlayEffect extends SpellAbilityEffect {
|
||||
tgtSA.putParam("CastTransformed", "True");
|
||||
}
|
||||
|
||||
if (sa.hasParam("ManaConversion")) {
|
||||
tgtSA.putParam("ManaConversion", sa.getParam("ManaConversion"));
|
||||
}
|
||||
|
||||
if (tgtSA.usesTargeting() && !optional) {
|
||||
tgtSA.getTargetRestrictions().setMandatory(true);
|
||||
}
|
||||
|
||||
@@ -797,13 +797,6 @@ public class CardView extends GameEntityView {
|
||||
|
||||
sb.append(getRemembered());
|
||||
|
||||
PlayerView chosenPlayer = getChosenPlayer();
|
||||
if (chosenPlayer != null) {
|
||||
sb.append("\r\n[Chosen player: ");
|
||||
sb.append(chosenPlayer);
|
||||
sb.append("]\r\n");
|
||||
}
|
||||
|
||||
Direction chosenDirection = getChosenDirection();
|
||||
if (chosenDirection != null) {
|
||||
sb.append("\r\n[Chosen direction: ");
|
||||
@@ -837,7 +830,6 @@ public class CardView extends GameEntityView {
|
||||
sb.append(" each combat.");
|
||||
sb.append("\r\n");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Set<String> cantHaveKeyword = this.getCantHaveKeyword();
|
||||
|
||||
Reference in New Issue
Block a user