6a5e86c9c888 — Quintillus 2 years ago
Clarify the market vs lux slider attributes.
1 files changed, 2 insertions(+), 2 deletions(-)

M src/main/java/com/civfanatics/civ3/biqFile/BLDG.java
M src/main/java/com/civfanatics/civ3/biqFile/BLDG.java +2 -2
@@ 61,7 61,7 @@ public class BLDG extends BIQSection {
     private boolean centerOfEmpire;
     private boolean veteranUnits;
     private boolean increasedResearch;
-    private boolean increasedLuxuries;
+    private boolean increasedLuxuries;  //lux slider
     private boolean increasedTaxes;
     private boolean removePopPollution;
     private boolean reduceBldgPollution;

          
@@ 69,7 69,7 @@ public class BLDG extends BIQSection {
     //next byte
     private boolean reducesCorruption;
     private boolean doublesCityGrowthRate;
-    private boolean increasesLuxuryTrade;
+    private boolean increasesLuxuryTrade;   //marketplace
     private boolean allowCityLevel2;
     private boolean allowCityLevel3;
     private boolean replacesOtherWithThisTag;