Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
14
trunk/spells/sp_baletrans.nss
Normal file
14
trunk/spells/sp_baletrans.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 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);
|
||||
}
|
Reference in New Issue
Block a user