mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
PlayerProperty.playerHasProperty "hasInitiative"
This commit is contained in:
@@ -78,6 +78,10 @@ public class PlayerProperty {
|
||||
if (player.isMonarch()) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.equals("hasInitiative")) {
|
||||
if (!player.hasInitiative()) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.equals("hasBlessing")) {
|
||||
if (!player.hasBlessing()) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user