mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +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())) {
|
if (!player.equals(game.getMonarch())) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (property.equals("isNotMonarch")) {
|
|
||||||
if (player.equals(game.getMonarch())) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
} else if (property.equals("hasBlessing")) {
|
} else if (property.equals("hasBlessing")) {
|
||||||
if (!player.hasBlessing()) {
|
if (!player.hasBlessing()) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user