Skip to content

Avoid duplicates when storing and unstoring#4

Open
Toranks wants to merge 1 commit intostevecotton:masterfrom
Toranks:fix-duplicate-id
Open

Avoid duplicates when storing and unstoring#4
Toranks wants to merge 1 commit intostevecotton:masterfrom
Toranks:fix-duplicate-id

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