Further file organization
Further file organization
This commit is contained in:
11
nwn/nwnprc/trunk/newspellbook/moi_slbn_smite.nss
Normal file
11
nwn/nwnprc/trunk/newspellbook/moi_slbn_smite.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "prc_inc_smite"
|
||||
#include "moi_inc_moifunc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oMeldshaper = OBJECT_SELF;
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
|
||||
if(GetOpposition(oMeldshaper, oTarget))
|
||||
DoSmite(oMeldshaper, oTarget, SMITE_TYPE_SOULBORN);
|
||||
}
|
Reference in New Issue
Block a user