forked from External/mage
implement [MKM] Agency Outfitter (#12034)
* Fix move cards log messages * Sludge Titan: Only track milled cards in public zones
This commit is contained in:
parent
ebdbdc494c
commit
f0740c6f09
6 changed files with 159 additions and 9 deletions
|
|
@ -4704,6 +4704,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
successfulMovedCards.add(permanent);
|
||||
if (!game.isSimulation()) {
|
||||
Player eventPlayer = game.getPlayer(info.event.getPlayerId());
|
||||
fromZone = info.event.getFromZone();
|
||||
if (eventPlayer != null && fromZone != null) {
|
||||
game.informPlayers(eventPlayer.getLogName() + " puts "
|
||||
+ GameLog.getColoredObjectIdName(permanent) + " from "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue