mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 08:57:16 -05:00
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