mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -73,10 +73,6 @@ public class PlayerProperty {
|
||||
if (!player.equals(game.getMonarch())) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.equals("isNotMonarch")) {
|
||||
if (player.equals(game.getMonarch())) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.equals("hasBlessing")) {
|
||||
if (!player.hasBlessing()) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user