mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Battletide Alchemist will now list the target in the query.
This commit is contained in:
@@ -73,7 +73,7 @@ public class StaticAbilityPreventDamage {
|
|||||||
|
|
||||||
if (!isTest && params.containsKey("Optional")) { //Assume if param is present it should be optional
|
if (!isTest && params.containsKey("Optional")) { //Assume if param is present it should be optional
|
||||||
final String logic = params.containsKey("AILogic") ? params.get("AILogic") : "";
|
final String logic = params.containsKey("AILogic") ? params.get("AILogic") : "";
|
||||||
final String message = "Apply the effect of " + hostCard + "?";
|
final String message = "Apply the effect of " + hostCard + "? (Affected: " + target + ")";
|
||||||
boolean confirmed = hostCard.getController().getController().confirmStaticApplication(hostCard, target, logic, message);
|
boolean confirmed = hostCard.getController().getController().confirmStaticApplication(hostCard, target, logic, message);
|
||||||
|
|
||||||
if (!confirmed) {
|
if (!confirmed) {
|
||||||
|
|||||||
Reference in New Issue
Block a user