Further file organization
Further file organization
This commit is contained in:
11
nwn/nwnprc/trunk/scripts/prc_heal_disease.nss
Normal file
11
nwn/nwnprc/trunk/scripts/prc_heal_disease.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Healer's Remove Disease
|
||||
*/
|
||||
#include "inc_newspellbook"
|
||||
#include "prc_inc_core"
|
||||
|
||||
void main()
|
||||
{
|
||||
// This is all it does.
|
||||
DoRacialSLA(SPELL_REMOVE_DISEASE, GetHitDice(OBJECT_SELF));
|
||||
}
|
Reference in New Issue
Block a user