Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: improve empty-name actor logic in make_timeline #19

Merged
merged 2 commits into from
Dec 28, 2023
Merged

util: improve empty-name actor logic in make_timeline #19

merged 2 commits into from
Dec 28, 2023

Conversation

wexxlee
Copy link
Collaborator

@wexxlee wexxlee commented Dec 27, 2023

Closes #18.
(ref discussion in quisquous#5943).

Instead of ignoring all abilities used by combatants with an empty name field, make_timeilne will now include entries in the timeline and the timeline ability table if the empty-name combatant uses a named ability.

@wexxlee wexxlee enabled auto-merge (squash) December 27, 2023 16:30
@github-actions github-actions bot added the util /util label Dec 27, 2023
Copy link
Collaborator

@JLGarber JLGarber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That all seems reasonable. I modified some logs to have unnamed enemies and the script correctly inserted the ability. Seems fine to me.

@wexxlee wexxlee merged commit 58e9a9a into OverlayPlugin:main Dec 28, 2023
5 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 28, 2023
…#19)

Closes #18.
(ref discussion in quisquous#5943).

Instead of ignoring all abilities used by combatants with an empty name
field, `make_timeilne` will now include entries in the timeline and the
timeline ability table if the empty-name combatant uses a named ability. 58e9a9a
@wexxlee wexxlee deleted the fix-empty-actor-bug branch December 28, 2023 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
util /util
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make_timeline ignores empty-name combatants
2 participants