-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Himeko E6 is iterating through targets without doing an attack against them:
srsim/internal/character/himeko/ult.go
Lines 44 to 53 in 6bff038
| for i := 0; i < 2; i++ { | |
| c.engine.Retarget(info.Retarget{ | |
| Targets: c.engine.Enemies(), | |
| Filter: func(target key.TargetID) bool { | |
| return true | |
| }, | |
| Max: 1, | |
| IncludeLimbo: false, | |
| }) | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels