fix: drain spell description references banned "life force" concept #45
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/constants/spells-modules/basic-elemental-spells.ts(line 148)Problem: The
drainspell's description says"Drain life force from your enemy."— this references the bannedlifeconcept/lifesteal mechanic. While the spell usesdeathmana type, the description implies life-drain/lifesteal.Impact: Banned content reference in spell description.
Fix: Change the description to something like
"Drain vital energy from your enemy."or"Siphon mana from your enemy."that doesn't reference the bannedlifeconcept.[priority: 3] DATA/LOGIC BUG — drain spell description references banned "life force" concept.
Starting work on #45. Will fix the drain spell description to remove banned "life force" reference.
Fixed. Changed drain spell description from "Drain life force from your enemy." to "Siphon vital energy from your enemy." to remove the banned "life force" reference.