Fix: Hunt, HuntTest
This commit is contained in:
@@ -14,6 +14,7 @@ public class Hunt extends EventCard {
|
||||
int prestigeMultiplicator;
|
||||
public Hunt(int Era, int prestigeMultiplicator) {
|
||||
super(Era, EventType.HUNT);
|
||||
this.foodToAdd = 1;
|
||||
this.prestigeMultiplicator = prestigeMultiplicator;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user