mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 11:27:16 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
22
trunk/psionics/psi_sk_conv_s8_a.nss
Normal file
22
trunk/psionics/psi_sk_conv_s8_a.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Soulknife: Conversation - Toggle Shield +8
|
||||
//:: psi_sk_conv_s8_a
|
||||
//::///////////////////////////////////////////////
|
||||
/*
|
||||
Adds or removes Shield of Thought +8 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_8
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user