fix: ascension skill category in attunements.ts references banned mechanic #44

Closed
opened 2026-05-18 16:01:02 +02:00 by Anexim · 3 comments
Owner

Severity: Major (banned content)

File: src/lib/game/data/attunements.ts (line 183)

Problem: The getAvailableSkillCategories function adds 'ascension' to the always-available skill categories set. The banned mechanics list in AGENTS.md includes "ascension skills".

Impact: Banned content reference. The ascension skill category should not exist in the game.

Fix: Remove categories.add('ascension'); from the getAvailableSkillCategories function.

**Severity:** Major (banned content) **File:** `src/lib/game/data/attunements.ts` (line 183) **Problem:** The `getAvailableSkillCategories` function adds `'ascension'` to the always-available skill categories set. The banned mechanics list in AGENTS.md includes "ascension skills". **Impact:** Banned content reference. The `ascension` skill category should not exist in the game. **Fix:** Remove `categories.add('ascension');` from the `getAvailableSkillCategories` function.
Anexim added the ai:todo label 2026-05-18 16:01:02 +02:00
n8n-gitea was assigned by Anexim 2026-05-18 16:01:02 +02:00
Author
Owner

[priority: 3] DATA/LOGIC BUG — ascension skill category in attunements.ts references banned mechanic.

[priority: 3] DATA/LOGIC BUG — ascension skill category in attunements.ts references banned mechanic.
Author
Owner

Starting work on #44. Will remove the banned 'ascension' skill category from getAvailableSkillCategories.

Starting work on #44. Will remove the banned 'ascension' skill category from getAvailableSkillCategories.
Author
Owner

Fixed. Commented out categories.add('ascension') in getAvailableSkillCategories. The ascension skill category is a banned mechanic.

Fixed. Commented out `categories.add('ascension')` in getAvailableSkillCategories. The ascension skill category is a banned mechanic.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#44