mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 13:47:14 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
14
trunk/newspellbook/bnd_vest_androin.nss
Normal file
14
trunk/newspellbook/bnd_vest_androin.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @file
|
||||
* Hideous Laughter for Malphas
|
||||
*
|
||||
*/
|
||||
|
||||
#include "bnd_inc_bndfunc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oBinder = OBJECT_SELF;
|
||||
DoRacialSLA(SPELL_SEE_INVISIBILITY, GetBinderLevel(oBinder, VESTIGE_ANDROMALIUS), GetBinderDC(oBinder, VESTIGE_ANDROMALIUS));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user