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