mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-29 04:17:14 -05:00
Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
15
nwn/trunk/scripts/ft_bloodwarlord2.nss
Normal file
15
nwn/trunk/scripts/ft_bloodwarlord2.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
// Blood of the Warlord - On Exit
|
||||
#include "prc_alterations"
|
||||
#include "prc_spell_const"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oCreator = GetAreaOfEffectCreator(OBJECT_SELF);
|
||||
object oExit = GetExitingObject();
|
||||
|
||||
if (GetHasSpellEffect(SPELL_BLOOD_OF_THE_WARLORD, oExit))
|
||||
{
|
||||
PRCRemoveSpellEffects(SPELL_BLOOD_OF_THE_WARLORD, oCreator, oExit);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user