diff --git a/ui/core/proto_utils/action_id.ts b/ui/core/proto_utils/action_id.ts index ea478520c4..a302e25958 100644 --- a/ui/core/proto_utils/action_id.ts +++ b/ui/core/proto_utils/action_id.ts @@ -277,6 +277,15 @@ export class ActionId { name += ' (3 Tick)'; } break; + case 'Mind Sear': + if (this.tag == 1) { + name += ' (1 Tick)'; + } else if (this.tag == 2) { + name += ' (2 Tick)'; + } else if (this.tag == 3) { + name += ' (3 Tick)'; + } + break; case 'Shattering Throw': if (this.tag === playerIndex) { name += ` (self)`;