PRC8/nwn/nwnprc/trunk/newspellbook/bnd_vest_maleye.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

14 lines
253 B
Plaintext

/**
* @file
* Arcane Eye for Malphas
*
*/
#include "bnd_inc_bndfunc"
void main()
{
object oBinder = OBJECT_SELF;
DoRacialSLA(SPELL_ARCANE_EYE, GetBinderLevel(oBinder, VESTIGE_MALPHAS), GetBinderDC(oBinder, VESTIGE_MALPHAS));
}