correct chant refresh issues
This commit is contained in:
@@ -239,6 +239,10 @@ public class ActionsBase {
|
||||
|
||||
//Add blocked types here
|
||||
public boolean blocked(AbstractWorldObject awo, PowersBase pb, int trains) {
|
||||
|
||||
if(pb.isChant)
|
||||
return false;
|
||||
|
||||
if (AbstractWorldObject.IsAbstractCharacter(awo)) {
|
||||
AbstractCharacter ac = (AbstractCharacter) awo;
|
||||
PlayerBonuses bonus = ac.getBonuses();
|
||||
|
||||
Reference in New Issue
Block a user