mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 00:17:14 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
15
trunk/scripts/prc_knght_ishart.nss
Normal file
15
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