BUG: Stats tab shows Plasma element with symbol (confused with Lightning) #245

Closed
opened 2026-06-01 10:48:05 +02:00 by Anexim · 1 comment
Owner

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

  1. Unlock all elements via debug
  2. Open Stats tab → Element Stats section
  3. Observe: Both Lightning and Plasma show symbol

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 definitions
  • src/components/game/tabs/StatsTab/ElementStatsSection.tsx — element display
## 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 1. Unlock all elements via debug 2. Open Stats tab → Element Stats section 3. Observe: Both Lightning and Plasma show ⚡ symbol ## 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 definitions - `src/components/game/tabs/StatsTab/ElementStatsSection.tsx` — element display
Anexim added the ai:todo label 2026-06-01 10:48:05 +02:00
n8n-gitea was assigned by Anexim 2026-06-01 10:48:05 +02:00
Anexim added this to the (deleted) project 2026-06-01 11:45:48 +02:00
Author
Owner

Fixed. Changed Plasma element symbol from (conflicting with Lightning) to 🔴 in constants/elements.ts.

Fixed. Changed Plasma element symbol from ⚡ (conflicting with Lightning) to 🔴 in `constants/elements.ts`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#245