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

Avoid duplicates when storing and unstoring #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Toranks
Copy link

@Toranks Toranks commented Mar 25, 2023

What do you think about this? It's the safest way I've thought of. It first checks that it is not already in nfw_wounded to avoid duplicates, in case some scenario invokes the same unit id repeatedly.
And then, when doing unstore on the victory event, it is checked that the saved unit was not brought back to life by other methods before the victory event, to avoid conflicts with special events of some scenarios.
This resolves #3 and other potential conflicts.

@Toranks Toranks changed the title Avoid duplicates when storing and when unstoring Avoid duplicates when storing and unstoring Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle units with the same id at different points in a scenario
1 participant