This commit is contained in:
tool4ever
2023-06-19 23:22:07 +02:00
committed by GitHub
parent 9de61f8be3
commit 6ac338a304

View File

@@ -22,6 +22,7 @@ public class PlayerProperty {
Game game = player.getGame();
if (property.endsWith("Activator")) {
sourceController = spellAbility.getHostCard().getController();
property = property.substring(0, property.length() - 9);
}
if (property.equals("You")) {
if (!player.equals(sourceController)) {