mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 13:47:18 -05:00
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
/*
|
|
Healer's Greater Restoration
|
|
*/
|
|
#include "inc_newspellbook"
|
|
#include "prc_inc_core"
|
|
|
|
void main()
|
|
{
|
|
// This is all it does.
|
|
DoRacialSLA(SPELL_GREATER_RESTORATION, GetHitDice(OBJECT_SELF));
|
|
} |