implement [MKM] Agency Outfitter (#12034)

* Fix move cards log messages

* Sludge Titan: Only track milled cards in public zones
This commit is contained in:
ssk97 2024-04-01 21:43:35 -07:00 committed by GitHub
parent ebdbdc494c
commit f0740c6f09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 159 additions and 9 deletions

View file

@ -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 "