Fix blade not being able to start Incite Violence

This commit is contained in:
Olivier Gagnon 2021-10-15 19:08:21 -04:00
parent 09f621e342
commit 58650c5895
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;