Fixed typo on skill_attack re value comparison. - #3391
Open
MrKeiKun wants to merge 1 commit into
Open
Conversation
MrKeiKun
force-pushed
the
fix-3320-typo-dmg_lv
branch
from
September 4, 2025 11:35
1e482bc to
9ffa86b
Compare
MrKeiKun
force-pushed
the
fix-3320-typo-dmg_lv
branch
from
April 28, 2026 10:42
9ffa86b to
a072529
Compare
hemagx
requested changes
May 23, 2026
hemagx
left a comment
Contributor
There was a problem hiding this comment.
I'm not sure I see the typo and this is mostly because you basically did style changing in same commit as fixing the issue, those shall be seperated, at best you should only fix the styling in the EXACT lines the change happened. please fix this or change the PR to a styling fix instead.
…check In the shadow_flag branch of the delayed damage block, the counter_additional_effect call was guarded with dmg.flag > ATK_BLOCK instead of dmg.dmg_lv > ATK_BLOCK, meaning the damage level was never actually being checked. This also corrects the style of the surrounding conditions to match the codebase convention. Signed-off-by: Lorenzo Buitizon <the.keikun@gmail.com>
MrKeiKun
force-pushed
the
fix-3320-typo-dmg_lv
branch
from
June 7, 2026 06:21
a072529 to
0c8561c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request Prelude
Changes Proposed
Issues addressed: #3320