osanseviero HF staff commited on
Commit
f00e383
1 Parent(s): 29e5194

Upload main.js

Browse files
Files changed (1) hide show
  1. main.js +1 -1
main.js CHANGED
@@ -4164,7 +4164,7 @@ if (dismantle<4){
4164
  if (humanFlag == 1) {
4165
 
4166
  marketing = (Math.pow(1.1,(marketingLvl-1)));
4167
- demand = (((.8/margin) * marketing * marketingEffectiveness)*demandBoost);
4168
  demand = demand + ((demand/10)*prestigeU);
4169
 
4170
  }
 
4164
  if (humanFlag == 1) {
4165
 
4166
  marketing = (Math.pow(1.1,(marketingLvl-1)));
4167
+ demand = 2*(((.8/margin) * marketing * marketingEffectiveness)*demandBoost);
4168
  demand = demand + ((demand/10)*prestigeU);
4169
 
4170
  }