Skip to content

live: fix missing power icons (doubled _power suffix)#552

Open
ptrlrd wants to merge 1 commit into
mainfrom
fix/live-power-icons
Open

live: fix missing power icons (doubled _power suffix)#552
ptrlrd wants to merge 1 commit into
mainfrom
fix/live-power-icons

Conversation

@ptrlrd

@ptrlrd ptrlrd commented Jun 30, 2026

Copy link
Copy Markdown
Owner

On the live battle scene, player/enemy powers showed their amount but no icon. The mod's power ids already end in _POWER (e.g. DEXTERITY_POWER) and the asset is dexterity_power.png, but PowerRow appended an extra _power, building dexterity_power_power.png -> 404. Drops the extra suffix ({id}.png). Verified against the CDN: dexterity_power.png/vulnerable_power.png/weak_power.png are 200, the doubled form 404s.

…suffix

Power ids from the mod already include _POWER (e.g. DEXTERITY_POWER, WEAK_POWER)
and the asset is dexterity_power.png. PowerRow appended an extra _power, building
dexterity_power_power.png -> 404, so the combat scene showed power amounts with
no icons. Use {id}.png (verified: dexterity_power.png is 200, the doubled form is
404).
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.

1 participant