mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 18:07:14 -05:00
Further file organization
Further file organization
This commit is contained in:
11
nwn/nwnprc/trunk/scripts/prc_heal_paral.nss
Normal file
11
nwn/nwnprc/trunk/scripts/prc_heal_paral.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Healer's Remove Paralysis
|
||||
*/
|
||||
#include "inc_newspellbook"
|
||||
#include "prc_inc_core"
|
||||
|
||||
void main()
|
||||
{
|
||||
// This is all it does.
|
||||
DoRacialSLA(SPELL_REMOVE_PARALYSIS, GetHitDice(OBJECT_SELF));
|
||||
}
|
||||
Reference in New Issue
Block a user