|
|
|
@ -240,6 +240,7 @@ public class ActionsBase {
@@ -240,6 +240,7 @@ public class ActionsBase {
|
|
|
|
|
//Add blocked types here
|
|
|
|
|
public boolean blocked(AbstractWorldObject awo, PowersBase pb, int trains, AbstractCharacter source) { |
|
|
|
|
|
|
|
|
|
if(!pb.getName().contains("Summon")) { |
|
|
|
|
if (AbstractWorldObject.IsAbstractCharacter(awo)) { |
|
|
|
|
AbstractCharacter target = (AbstractCharacter) awo; |
|
|
|
|
if (source.getObjectType().equals(Enum.GameObjectType.PlayerCharacter)) { |
|
|
|
@ -251,6 +252,7 @@ public class ActionsBase {
@@ -251,6 +252,7 @@ public class ActionsBase {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(pb.isChant) |
|
|
|
|
return false; |
|
|
|
|