Skip to content

Fixed typo on skill_attack re value comparison. - #3391

Open
MrKeiKun wants to merge 1 commit into
HerculesWS:masterfrom
MrKeiKun:fix-3320-typo-dmg_lv
Open

Fixed typo on skill_attack re value comparison.#3391
MrKeiKun wants to merge 1 commit into
HerculesWS:masterfrom
MrKeiKun:fix-3320-typo-dmg_lv

Conversation

@MrKeiKun

@MrKeiKun MrKeiKun commented Sep 4, 2025

Copy link
Copy Markdown
Contributor

Pull Request Prelude

Changes Proposed

Issues addressed: #3320

@MrKeiKun
MrKeiKun force-pushed the fix-3320-typo-dmg_lv branch from 1e482bc to 9ffa86b Compare September 4, 2025 11:35
@MrKeiKun
MrKeiKun force-pushed the fix-3320-typo-dmg_lv branch from 9ffa86b to a072529 Compare April 28, 2026 10:42

@hemagx hemagx left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread src/map/skill.c Outdated
Comment thread src/map/skill.c Outdated
@hemagx hemagx added this to the Release v2026.05 milestone May 23, 2026
…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
MrKeiKun force-pushed the fix-3320-typo-dmg_lv branch from a072529 to 0c8561c Compare June 7, 2026 06:21
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.

2 participants