PRC8/nwn/nwnprc/trunk/newspellbook/prc_shars_sp_gen.nss
Jaysyn904 98e0b02799 2025/07/31 Update
Reverted Luminous Armor.
Updated NUI spellcast menu (@Alhooness).
Fixed Inlindl School.
Tweaked prc_2da_cache creature.
Fixed Celebrant of Sharess spellcasting.
Found a few more functions to remove Assassin from.
Added GetTotalShieldACBonus().
Made magic staves medium weapons again, so that small creatures can use them.
Added feat constants for Charge & Grapple.
Devil's Eye should be Extendable.
Setup talents for Combat maneuvers.
Updated PRC8 manual.
2025-07-31 07:35:50 -04:00

6 lines
125 B
Plaintext

#include "inc_newspellbook"
void main()
{
NewSpellbookSpell(CLASS_TYPE_CELEBRANT_SHARESS, SPELLBOOK_TYPE_SPONTANEOUS);
}