mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Fix logic (#3299)
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user