mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 05:17:14 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
11
trunk/scripts/prc_heal_blind.nss
Normal file
11
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