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