Fix: Building Cards Bought Logic 2
This commit is contained in:
@@ -53,6 +53,7 @@ public class BuildingCard extends PlayableCard implements Cloneable , BuildingEf
|
|||||||
if( bought || !player.removeFood(getPrice()))
|
if( bought || !player.removeFood(getPrice()))
|
||||||
return false;
|
return false;
|
||||||
player.buildingCards.add(this);
|
player.buildingCards.add(this);
|
||||||
|
bought=true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
public void applyEffect(Player player){};
|
public void applyEffect(Player player){};
|
||||||
|
|||||||
Reference in New Issue
Block a user