mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Fix logic (#3299)
This commit is contained in:
@@ -22,6 +22,7 @@ public class PlayerProperty {
|
|||||||
Game game = player.getGame();
|
Game game = player.getGame();
|
||||||
if (property.endsWith("Activator")) {
|
if (property.endsWith("Activator")) {
|
||||||
sourceController = spellAbility.getHostCard().getController();
|
sourceController = spellAbility.getHostCard().getController();
|
||||||
|
property = property.substring(0, property.length() - 9);
|
||||||
}
|
}
|
||||||
if (property.equals("You")) {
|
if (property.equals("You")) {
|
||||||
if (!player.equals(sourceController)) {
|
if (!player.equals(sourceController)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user