Merge pull request #1520 from danielyxie/dev

Fix blade not being able to start Incite Violence
This commit is contained in:
hydroflame 2021-10-15 19:08:31 -04:00 committed by GitHub
commit 845887a7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -339,7 +339,7 @@ export class Bladeburner implements IBladeburner {
action.type = ActionTypes["Hyperbolic Regeneration Chamber"];
action.name = "Hyperbolic Regeneration Chamber";
break;
case "stir trouble":
case "incite violence":
action.type = ActionTypes["Incite Violence"];
action.name = "Incite Violence";
break;