Fix: Hunt, HuntTest

This commit is contained in:
2026-03-20 17:25:15 +01:00
parent c547821b06
commit 1cb3569752
2 changed files with 20 additions and 17 deletions
@@ -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;
}