Fix to 3R1 Book of Mazarbul

Previously, the Free Peoples player was unable to transfer Book of Mazarbul to another companion
This commit is contained in:
PhallenCassidy
2017-08-12 08:20:29 -04:00
committed by GitHub
parent ae66786b9a
commit bb23dd145e

View File

@@ -22,7 +22,7 @@ import java.util.List;
* Game Text: Tale. Bearer must be a Dwarf. At the start of each fellowship phase when the fellowship is at site 4
* or higher, you may draw a card for each Dwarf companion.
*/
public class Card3_001 extends AbstractAttachable {
public class Card3_001 extends AbstractAttachableFPPossession {
public Card3_001() {
super(Side.FREE_PEOPLE, CardType.POSSESSION, 2, Culture.DWARVEN, null, "Book of Mazarbul", null, true);
addKeyword(Keyword.TALE);