mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-15 16:36:29 -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:
22
nwn/trunk/psionics/psi_sk_conv_s2_a.nss
Normal file
22
nwn/trunk/psionics/psi_sk_conv_s2_a.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Soulknife: Conversation - Toggle Shield +2
|
||||
//:: psi_sk_conv_s2_a
|
||||
//::///////////////////////////////////////////////
|
||||
/*
|
||||
Adds or removes Shield of Thought +2 from the
|
||||
mindblade flags.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Fox
|
||||
//:: Created On: Feb 15, 2008
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "psi_inc_soulkn"
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(GetPCSpeaker(), MBLADE_FLAGS + "_T",
|
||||
GetLocalInt(GetPCSpeaker(), MBLADE_FLAGS + "_T") ^ MBLADE_FLAG_SHIELD_2
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user