PRC8/nwn/nwnprc/trunk/spells/sp_baletrans.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

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);
}