fix: lifeEssenceDrop references banned life mana type
#43
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?
Severity: Major (banned content)
File:
src/lib/game/data/loot-drops.ts(lines 105-111)Problem:
lifeEssenceDropis defined as a loot drop withname: 'Life Essence'.lifeis a banned mana type per AGENTS.md. While this is an essence drop (not a mana type definition), it references the bannedlifeconcept.Impact: Banned content reference. The
lifemana type should not exist anywhere in the game.Fix: Remove the
lifeEssenceDropentry fromLOOT_DROPS, or rename it to use a non-banned concept (e.g.,'Vitality Essence').[priority: 3] DATA/LOGIC BUG — lifeEssenceDrop references banned
lifemana type.Starting work on #43. Will rename lifeEssenceDrop to remove banned 'life' reference.
Fixed. Renamed lifeEssenceDrop to vitalityEssenceDrop (id, name) to remove the banned "life" mana type reference.