mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-14 22:56:27 -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_zuoken.nss
Normal file
22
nwn/trunk/psionics/psi_zuoken.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Fist of Zuoken
|
||||
//:: psi_zuoken.nss
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Check Fist of Zuoken unarmed attack bonus.
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Stratovarius
|
||||
//:: Created On: April 21, 2005
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "prc_inc_unarmed"
|
||||
|
||||
void main()
|
||||
{
|
||||
//Evaluate The Unarmed Strike Feats
|
||||
//UnarmedFeats(oPC);
|
||||
SetLocalInt(OBJECT_SELF, CALL_UNARMED_FEATS, TRUE);
|
||||
|
||||
//Evaluate Fists
|
||||
//UnarmedFists(oPC);
|
||||
SetLocalInt(OBJECT_SELF, CALL_UNARMED_FISTS, TRUE);
|
||||
}
|
||||
Reference in New Issue
Block a user