forked from External/mage
The Ring Emblem - fixed not working 3rd effect with blocker sacrifice (closes #11425), added docs and usage example for BLOCKER_DECLARED and CREATURE_BLOCKED game events
This commit is contained in:
parent
571711e67d
commit
27c9543f62
5 changed files with 33 additions and 10 deletions
|
|
@ -3963,6 +3963,7 @@ public abstract class GameImpl implements Game {
|
|||
public String toString() {
|
||||
Player activePayer = this.getPlayer(this.getActivePlayerId());
|
||||
StringBuilder sb = new StringBuilder()
|
||||
.append(this.isSimulation() ? "!!!SIMULATION!!! " : "")
|
||||
.append(this.getGameType().toString())
|
||||
.append("; ").append(CardUtil.getTurnInfo(this))
|
||||
.append("; active: ").append((activePayer == null ? "none" : activePayer.getName()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue