Skip to content

Himeko E6 is missing attack effect #282

@kdovtdc

Description

@kdovtdc

Himeko E6 is iterating through targets without doing an attack against them:

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,
})
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions