Fix: CavePaintings II
This commit is contained in:
@@ -14,7 +14,7 @@ public class CavePaintings extends EventCard {
|
||||
private int NLower;
|
||||
private int NPrestigeRem; // NPrestigeLower
|
||||
private int NPrestigeMul; // NPrestigeUpper
|
||||
public CavePaintings(int Era, int NUpper, int NLower, int NPrestigeRem, int NPrestigeMul) {
|
||||
public CavePaintings(int Era, int NLower, int NPrestigeRem, int NPrestigeMul) {
|
||||
super(Era, EventType.CAVE_PAINTINGS);
|
||||
this.NLower = NLower;
|
||||
this.NPrestigeRem = NPrestigeRem;
|
||||
|
||||
Reference in New Issue
Block a user