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
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

View File

@ -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;