Fix: CavePaintings correctly handles >= / <
This commit is contained in:
@@ -34,7 +34,7 @@ public class CavePaintings extends EventCard {
|
||||
}
|
||||
}
|
||||
player.addFood(NBuildings * NArtists);
|
||||
if (NArtists <= NLower){
|
||||
if (NArtists < NLower){
|
||||
player.removePrestige(NPrestigeRem);
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user