BUG: Stats tab shows Plasma element with ⚡ symbol (confused with Lightning) #245
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Description
In the Stats tab → Element Stats section, the Plasma element is displayed with the ⚡ (lightning bolt) symbol, which is the same symbol used for Lightning. This makes it impossible to distinguish between Lightning and Plasma elements in the stats display.
Steps to Reproduce
Expected Behavior
Plasma should have a distinct symbol. According to the game's AGENTS.md, Plasma's symbol should be different from Lightning's.
Files Involved
src/lib/game/constants/elements.ts— element symbol definitionssrc/components/game/tabs/StatsTab/ElementStatsSection.tsx— element displayFixed. Changed Plasma element symbol from ⚡ (conflicting with Lightning) to 🔴 in
constants/elements.ts.