@@ -259,8 +259,8 @@ export const TARGET_FORMAT: Readonly<Record<Target, (v?: number) => string>> = {
|
||||
[Target.Sympathizers]: () => 'to others with Sympathy',
|
||||
[Target.InView]: (v) => targetn(v!, 'in view'),
|
||||
[Target.Frontmost]: (v) => targetn(v!, 'at the front', 'the frontmost'),
|
||||
[Target.Ahead]: (v) => targetn(v!, 'ahead'),
|
||||
[Target.Behind]: (v) => targetn(v!, 'behind'),
|
||||
[Target.Ahead]: (v) => targetn(v!, 'ahead', 'to the runner ahead'),
|
||||
[Target.Behind]: (v) => targetn(v!, 'behind', 'to the runner behind'),
|
||||
[Target.AllTeammates]: () => 'to all teammates',
|
||||
[Target.Style]: (v) => stylename(v!, 'all'),
|
||||
[Target.RushingAhead]: (v) => targetn(v!, 'rushing ahead'),
|
||||
|
||||
Reference in New Issue
Block a user