Python error:
In the CvSpellInterface.py line: 3133, you got a few MarnokMessage() calls with only one argument which causes some python error popups.
So MarnokMessage('TXT_KEY_MARNOK_DUNGEON_ENCHANTED_BLADE') should be MarnokMessage(caster, 'TXT_KEY_MARNOK_DUNGEON_ENCHANTED_BLADE')
There's a few others in that same function to be corrected as well.
In the CvSpellInterface.py line: 3133, you got a few MarnokMessage() calls with only one argument which causes some python error popups.
So MarnokMessage('TXT_KEY_MARNOK_DUNGEON_ENCHANTED_BLADE') should be MarnokMessage(caster, 'TXT_KEY_MARNOK_DUNGEON_ENCHANTED_BLADE')
There's a few others in that same function to be corrected as well.