Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
15 lines
358 B
Plaintext
15 lines
358 B
Plaintext
/////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Baleful Transposition - Swap the caster and target's posistions,
|
|
// hostile targets get SR and a will save to negate.
|
|
//
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
#include "prc_inc_spells"
|
|
#include "spinc_trans"
|
|
|
|
void main()
|
|
{
|
|
DoTransposition(TRUE);
|
|
}
|