This commit is contained in:
2025-03-08 10:20:15 -06:00
parent 3e04f36fd7
commit 35ef86110f
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -239,6 +239,7 @@ public class ActionsBase {
//Add blocked types here
public boolean blocked(AbstractWorldObject awo, PowersBase pb, int trains, AbstractCharacter source) {
if (AbstractWorldObject.IsAbstractCharacter(awo)) {
AbstractCharacter target = (AbstractCharacter) awo;
if(source.getObjectType().equals(Enum.GameObjectType.PlayerCharacter)){
@@ -250,6 +251,7 @@ public class ActionsBase {
}
}
}
if(pb.isChant)
return false;