mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- C14: Added Crown of Doom
This commit is contained in:
@@ -1766,6 +1766,10 @@ public class Player extends GameEntity implements Comparable<Player> {
|
||||
if (equals(sourceController)) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.equals("OtherThanSourceOwner")) {
|
||||
if (equals(source.getOwner())) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.equals("wasDealtDamageBySourceThisGame")) {
|
||||
if (!source.getDamageHistory().getThisGameDamaged().contains(this)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user