mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
PlayerProperty.playerHasProperty "hasInitiative"
This commit is contained in:
@@ -78,6 +78,10 @@ public class PlayerProperty {
|
|||||||
if (player.isMonarch()) {
|
if (player.isMonarch()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
} else if (property.equals("hasInitiative")) {
|
||||||
|
if (!player.hasInitiative()) {
|
||||||
|
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