Bug: Invoker disciplines should use Raw mana instead of elemental #151
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
Invoker disciplines are about channeling raw mana into pacts with guardians, but both currently use elemental mana types instead of
raw.Disciplines to Fix
invoker.ts:14pact-attunementlightrawinvoker.ts:46guardians-boondarkrawFix Required
Change
manaTypefrom the current elemental type to'raw'for both disciplines.Affected File
src/lib/game/data/disciplines/invoker.ts(lines 14 and 46)Closed — fixed in commit
8df3be5. Both invoker disciplines now use raw mana.