mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
Merge pull request #1543 from danielyxie/dev
fix Incite Violence chaos increase
This commit is contained in:
commit
9383ae7be6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1514,7 +1514,7 @@ export class Bladeburner implements IBladeburner {
|
|||||||
this.log(`Incited violence in the synthoid communities.`);
|
this.log(`Incited violence in the synthoid communities.`);
|
||||||
}
|
}
|
||||||
const city = this.cities[this.city];
|
const city = this.cities[this.city];
|
||||||
city.chaos *= (city.chaos + 100) * 2;
|
city.chaos = (city.chaos + 100) * 2;
|
||||||
this.startAction(player, this.action);
|
this.startAction(player, this.action);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user