mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-04 00:27:15 -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/prc_knght_ishart.nss
Normal file
15
nwn/trunk/scripts/prc_knght_ishart.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Knight - Improved Shield Ally, Return Value
|
||||
//:: prc_knght_ishart.nss
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Share Pain for one round
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Stratovarius
|
||||
//:: Created On: July 1, 2007
|
||||
//:://////////////////////////////////////////////
|
||||
#include "x2_inc_spellhook"
|
||||
void main()
|
||||
{
|
||||
// We want the damage dealt
|
||||
SetLocalInt(OBJECT_SELF, "ShieldAllyDamage", GetTotalDamageDealt());
|
||||
}
|
||||
Reference in New Issue
Block a user