Check allies have same home site to allow transfers

Courtesy of Tbiesty!
This commit is contained in:
PhallenCassidy
2018-06-02 20:27:46 -04:00
committed by GitHub
parent ce3e7be41d
commit 58a0314a55

View File

@@ -46,6 +46,10 @@ public interface LotroCardBlueprint {
public int getResistance();
public int[] getAllyHomeSiteNumbers();
public Block getAllyHomeSiteBlock();
public boolean isAllyAtHome(int siteNumber, Block siteBlock);
public List<? extends Modifier> getAlwaysOnModifiers(LotroGame game, PhysicalCard self);