[Lua] Fix default isParty logic for battlefield addEssentialMobs #6410
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I affirm:
What does this pull request do?
This PR changes the default
isParty
to true for the battlefield functionaddEssentialMobs
. This is needed because despite the default foraddEssentialMobs
beingsuperlink = true
the mobs will not superlink unless they are in the same party. Therefore, the current situation is that in some BCNMs (for example wings of fury and probably others) that useaddEssentialMobs
you can pull one mob at a time (which should not be possible). I do not know of any BCNMs where the mobs should not superlink, but if so these can be coded without usingaddEssentialMobs
. I have discussed the change with @jmcmorris already and he thinks it is logical.The PR also fixes a small related issue with Central Temenos 2nd floor where isParty is misspelled as inParty.
Steps to test these changes
Enter BCNM wings of furry and pull a Furries from the back and watch that the mobs superlink now