mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
This restores Valacut - Scapeshift combo
Have to figure out how this influences on OpeningHandEffects
This commit is contained in:
@@ -82,7 +82,6 @@ public class HumanPlaySpellAbility {
|
||||
|
||||
if (isFree || this.payment.isFullyPaid()) {
|
||||
if (skipStack) {
|
||||
game.getStack().unfreezeStack();
|
||||
AbilityUtils.resolve(this.ability);
|
||||
} else {
|
||||
this.enusureAbilityHasDescription(this.ability);
|
||||
|
||||
@@ -28,6 +28,7 @@ public class GameEventTurnPhase extends GameEvent {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("%s turn, %s%s phase", Lang.getPossesive(playerTurn.getName()), phaseDesc, phase.nameForUi );
|
||||
String playerName = Lang.getPossesive(playerTurn.getName());
|
||||
return String.format("%s turn, %s%s phase", playerName, phaseDesc, phase.nameForUi );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user