mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #1520 from danielyxie/dev
Fix blade not being able to start Incite Violence
This commit is contained in:
commit
845887a7b8
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;
|
||||
|
Loading…
Reference in New Issue
Block a user