PlayerProperty.playerHasProperty "hasInitiative"

This commit is contained in:
Northmoc
2022-05-29 16:29:18 -04:00
parent 9f64006739
commit dce11aa70d

View File

@@ -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;