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()))
|
||||
return false;
|
||||
player.buildingCards.add(this);
|
||||
bought=true;
|
||||
return true;
|
||||
}
|
||||
public void applyEffect(Player player){};
|
||||
|
||||
Reference in New Issue
Block a user