PRC8/trunk/newspellbook/bnd_vest_ashardf.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

15 lines
327 B
Plaintext

/**
* @file
* Fear for Ashardalon
*
*/
#include "bnd_inc_bndfunc"
void main()
{
object oBinder = OBJECT_SELF;
if(!BindAbilCooldown(oBinder, GetSpellId(), VESTIGE_ASHARDALON)) return;
DoRacialSLA(SPELL_FEAR, GetBinderLevel(oBinder, VESTIGE_ASHARDALON), GetBinderDC(oBinder, VESTIGE_ASHARDALON));
}