mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 21:07:16 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
11
trunk/newspellbook/inv_verminlrdcrp.nss
Normal file
11
trunk/newspellbook/inv_verminlrdcrp.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Warlock epic feat
|
||||
Verminlord creeping doom
|
||||
*/
|
||||
#include "prc_inc_racial"
|
||||
#include "inv_inc_invfunc"
|
||||
|
||||
void main()
|
||||
{
|
||||
DoRacialSLA(SPELL_CREEPING_DOOM, GetInvokerLevel(OBJECT_SELF, CLASS_TYPE_WARLOCK));
|
||||
}
|
||||
Reference in New Issue
Block a user