mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
fix Incite Violence chaos increase
This commit is contained in:
parent
1b22f28bd8
commit
cfa10ab206
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.`);
|
||||
}
|
||||
const city = this.cities[this.city];
|
||||
city.chaos *= (city.chaos + 100) * 2;
|
||||
city.chaos = (city.chaos + 100) * 2;
|
||||
this.startAction(player, this.action);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user