Merge pull request #1518 from danielyxie/dev

Incite Violence doubles chaos
This commit is contained in:
hydroflame 2021-10-15 19:04:57 -04:00 committed by GitHub
commit 88997f564b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1513,6 +1513,8 @@ export class Bladeburner implements IBladeburner {
if (this.logging.general) { if (this.logging.general) {
this.log(`Incited violence in the synthoid communities.`); this.log(`Incited violence in the synthoid communities.`);
} }
const city = this.cities[this.city];
city.chaos *= 2;
this.startAction(player, this.action); this.startAction(player, this.action);
break; break;
} }