Further file organization
Further file organization
This commit is contained in:
10
nwn/nwnprc/trunk/scripts/sol_smitundead.nss
Normal file
10
nwn/nwnprc/trunk/scripts/sol_smitundead.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "prc_alterations"
|
||||
#include "prc_inc_smite"
|
||||
|
||||
void main()
|
||||
{
|
||||
//decrements and stuff is automatic
|
||||
|
||||
DoSmite(OBJECT_SELF, PRCGetSpellTargetObject(), SMITE_TYPE_UNDEAD);
|
||||
}
|
||||
|
Reference in New Issue
Block a user