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.
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
Burst projectile retargeting #1073
base: develop
Are you sure you want to change the base?
Burst projectile retargeting #1073
Changes from 20 commits
dc865b2
1506095
60cbebf
82dbb40
9d7b854
ba2e450
a364fe9
ef93c81
1ea2d23
2fd3455
ab1cb83
24b2cc1
6f85473
68296f9
da32f58
ea7d0e3
f32981b
d9e8c2a
12ffb72
54f327e
f83e32f
24e0606
9336b6c
d84a418
1692452
d4d841c
e4a625b
a6ea99a
bb09eb0
5677163
6d1ff8a
9f560b9
fac6454
d32236f
5ba91ae
f56ad67
c18b3c2
8b60ea7
32fc883
edb5977
93e7fdd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The check for
TechnoExt::IsUnitAvailable(pFocus, true)
is correct, but the subsequent nulling ofpTeam->Focus
andpFocus
should be inside the if block. The current placement outside the block will null the focus regardless of whetherpFocus
is available or not, which is likely unintended.Commitable suggestion