Fix: Hunter.java Now Correctly Adds 1 Food For Each Hunter Card In The Deck (If The Given Card Has An Icon).
This commit is contained in:
@@ -98,6 +98,9 @@ public class Hunter extends Character {
|
||||
@Override
|
||||
public void insert(Player player) {
|
||||
player.hunters.add(this);
|
||||
if(this.getIcon()){
|
||||
player.addFood(player.hunters.size());
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user