mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Refactor Damage Prevention - Step 2
This commit is contained in:
@@ -1345,7 +1345,7 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
||||
*/
|
||||
@Override
|
||||
public boolean confirmReplacementEffect(final ReplacementEffect replacementEffect, final SpellAbility effectSA,
|
||||
final String question) {
|
||||
GameEntity affected, final String question) {
|
||||
final InputConfirm inp = new InputConfirm(this, question, effectSA);
|
||||
inp.showAndWait();
|
||||
return inp.getResult();
|
||||
|
||||
Reference in New Issue
Block a user